mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
7736d7f781
commit
5fffd394e9
5
Home.md
5
Home.md
|
@ -68,6 +68,7 @@ pacman --needed --noconfirm -S git make \
|
|||
mingw-w64-x86_64-pixman \
|
||||
mingw-w64-x86_64-pkg-config \
|
||||
mingw-w64-x86_64-SDL2 \
|
||||
mingw-w64-x86_64-libsamplerate \
|
||||
python3
|
||||
./build.sh
|
||||
```
|
||||
|
@ -85,7 +86,7 @@ If you would like to build from source, you can do so by first installing the [H
|
|||
|
||||
```bash
|
||||
brew update
|
||||
brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler
|
||||
brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler libsamplerate
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
@ -111,7 +112,7 @@ If you are not using Ubuntu, or would prefer to build from source, you can do so
|
|||
|
||||
```bash
|
||||
sudo apt update
|
||||
sudo apt install libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev
|
||||
sudo apt install build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev
|
||||
./build.sh
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue