From 11a89a9d6e7e2eec3809c8a48d80460857f99f8b Mon Sep 17 00:00:00 2001 From: Kenneth Myhra Date: Sun, 7 May 2023 22:46:51 +0200 Subject: [PATCH] Documentation: Add libslirp-dev as a required dependency for QEMU After the update to QEMU 8.0 libslirp-dev is a required dependency. --- Documentation/BuildInstructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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