mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 12:56:23 +03: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
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 ✅
@ -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…
Reference in New Issue
Block a user