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
Notes:
sideshowbarker
2024-07-17 07:35:03 +09:00
Author: https://github.com/kennethmyhra Commit: https://github.com/SerenityOS/serenity/commit/11a89a9d6e Pull-request: https://github.com/SerenityOS/serenity/pull/18715 Reviewed-by: https://github.com/gmta ✅
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