mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
Added libslirp-dev
This is a needed package that is not in Ubuntu by default, so I have added it to the instructions.
This commit is contained in:
parent
f5e5672d73
commit
4c81ea0ae0
@ -52,7 +52,7 @@ open ./dist/xemu.app
|
||||
```bash
|
||||
# Install dependencies
|
||||
sudo apt update
|
||||
sudo apt install git build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build python3-yaml
|
||||
sudo apt install git build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build python3-yaml libslirp-dev
|
||||
|
||||
# Clone and build
|
||||
git clone --recurse-submodules https://github.com/xemu-project/xemu.git
|
||||
|
Loading…
Reference in New Issue
Block a user