From 5fffd394e9f7e6381c2a4a30806b08a7bb61b43d Mon Sep 17 00:00:00 2001 From: mborgerson Date: Mon, 4 Jan 2021 18:10:10 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ```