mirror of
https://github.com/xemu-project/xemu-website.git
synced 2024-11-23 03:19:44 +00:00
building-from-source.md: Add git to dependencies
This commit is contained in:
parent
ffd6868d5d
commit
3926097a92
@ -44,7 +44,7 @@ open ./dist/xemu.app
|
||||
```bash
|
||||
# Install dependencies
|
||||
sudo apt update
|
||||
sudo apt install build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build
|
||||
sudo apt install git build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev libpcap-dev ninja-build
|
||||
|
||||
# Clone and build
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
@ -59,7 +59,7 @@ open ./dist/xemu.app
|
||||
|
||||
```bash
|
||||
# Install dependencies
|
||||
sudo pacman -S --noconfirm base-devel sdl2 libepoxy pixman gtk3 openssl libsamplerate libpcap ninja glu
|
||||
sudo pacman -S --noconfirm git base-devel sdl2 libepoxy pixman gtk3 openssl libsamplerate libpcap ninja glu
|
||||
|
||||
# Clone and build
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
|
Loading…
Reference in New Issue
Block a user