mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:47:34 +00:00
Toolchain: Add Qemu build dependencies to Dockerfile
Also add `libsdl2-dev` as a required dependency and reorder the list of packages passed to `apt-get`.
This commit is contained in:
parent
b7bf1a4330
commit
8744086781
2 changed files with 8 additions and 4 deletions
|
@ -30,7 +30,7 @@ QEMU version 5 is available in Ubuntu 20.10, but it is recommended to build Qemu
|
|||
Note that you might need additional dev packages:
|
||||
|
||||
```console
|
||||
sudo apt install libgtk-3-dev libpixman-1-dev libspice-server-dev
|
||||
sudo apt install libgtk-3-dev libpixman-1-dev libsdl2-dev libspice-server-dev
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue