Updated Home (markdown)

mborgerson 2021-01-04 18:10:10 -07:00
parent 7736d7f781
commit 5fffd394e9
1 changed files with 3 additions and 2 deletions

@ -68,6 +68,7 @@ pacman --needed --noconfirm -S git make \
mingw-w64-x86_64-pixman \ mingw-w64-x86_64-pixman \
mingw-w64-x86_64-pkg-config \ mingw-w64-x86_64-pkg-config \
mingw-w64-x86_64-SDL2 \ mingw-w64-x86_64-SDL2 \
mingw-w64-x86_64-libsamplerate \
python3 python3
./build.sh ./build.sh
``` ```
@ -85,7 +86,7 @@ If you would like to build from source, you can do so by first installing the [H
```bash ```bash
brew update 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 ./build.sh
``` ```
@ -111,7 +112,7 @@ If you are not using Ubuntu, or would prefer to build from source, you can do so
```bash ```bash
sudo apt update 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 ./build.sh
``` ```