mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
30f13c2537
commit
3bc4505e92
6
Home.md
6
Home.md
|
@ -63,6 +63,8 @@ pacman --needed --noconfirm -S git make \
|
|||
mingw-w64-x86_64-pkg-config \
|
||||
mingw-w64-x86_64-SDL2 \
|
||||
mingw-w64-x86_64-libsamplerate \
|
||||
mingw-w64-x86_64-ninja \
|
||||
mingw-w64-x86_64-diffutils \
|
||||
python3
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
|
@ -84,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 libsamplerate
|
||||
brew install glib pixman sdl2 libepoxy coreutils pkg-config dylibbundler libsamplerate ninja
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
|
@ -112,7 +114,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 build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev
|
||||
sudo apt install build-essential libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev libssl-dev libsamplerate0-dev ninja-build
|
||||
git clone https://github.com/mborgerson/xemu.git
|
||||
cd xemu
|
||||
./build.sh
|
||||
|
|
Loading…
Reference in New Issue