mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Documentation: Update required Qemu dev packages
Without `libspice-server-dev`, Qemu will build without SPICE support.
This commit is contained in:
parent
59619572d6
commit
0909bbfe38
Notes:
sideshowbarker
2024-07-18 01:37:34 +09:00
Author: https://github.com/gmta Commit: https://github.com/SerenityOS/serenity/commit/0909bbfe38a Pull-request: https://github.com/SerenityOS/serenity/pull/10742 Reviewed-by: https://github.com/EWouters ✅
1 changed files with 3 additions and 3 deletions
|
@ -28,11 +28,11 @@ sudo apt install gcc-10 g++-10
|
|||
|
||||
#### QEMU 5 or later
|
||||
|
||||
QEMU version 5 is available in Ubuntu 20.10. For earlier versions, you can build version 6 using the `Toolchain/BuildQemu.sh` script.
|
||||
You may need the gtk+ 3.0 dev package:
|
||||
QEMU version 5 is available in Ubuntu 20.10, but it is recommended to build Qemu as provided by the toolchain by running `Toolchain/BuildQemu.sh`.
|
||||
Note that you might need additional dev packages:
|
||||
|
||||
```console
|
||||
sudo apt install libpixman-1-dev libgtk-3-dev
|
||||
sudo apt install libgtk-3-dev libpixman-1-dev libspice-server-dev
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
|
Loading…
Reference in a new issue