diff --git a/Home.md b/Home.md index 1824b82..5ed02b7 100644 --- a/Home.md +++ b/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 ```