mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 09:51:57 -05:00
Documentation: Add libslirp-dev as a required dependency for QEMU
After the update to QEMU 8.0 libslirp-dev is a required dependency.
This commit is contained in:
parent
70db40c9b0
commit
11a89a9d6e
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ you can build the recommended version of QEMU as provided by the toolchain by ru
|
|||
Note that you might need additional dev packages in order to build QEMU on your machine:
|
||||
|
||||
```console
|
||||
sudo apt install libgtk-3-dev libpixman-1-dev libsdl2-dev libspice-server-dev
|
||||
sudo apt install libgtk-3-dev libpixman-1-dev libsdl2-dev libslirp-dev libspice-server-dev
|
||||
```
|
||||
|
||||
#### CMake version 3.25.0 or later
|
||||
|
|
Loading…
Add table
Reference in a new issue