diff options
author | Kenneth Myhra <kennethmyhra@gmail.com> | 2023-05-07 22:46:51 +0200 |
---|---|---|
committer | Jelle Raaijmakers <jelle@gmta.nl> | 2023-05-08 09:30:09 +0200 |
commit | 11a89a9d6e7e2eec3809c8a48d80460857f99f8b (patch) | |
tree | 43a81e5eb3cb64b63c5d4bc10ff347067606fbd3 | |
parent | 70db40c9b03a57c26d97a17636c2cf40c0a658d1 (diff) | |
download | serenity-11a89a9d6e7e2eec3809c8a48d80460857f99f8b.zip |
Documentation: Add libslirp-dev as a required dependency for QEMU
After the update to QEMU 8.0 libslirp-dev is a required dependency.
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 4db3f246a7..e9590381c8 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -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 |