Skip to content

Instantly share code, notes, and snippets.

@hlolli
Last active May 28, 2019 13:50
Show Gist options
  • Save hlolli/15cf1dafbde6efb3e65ef8c05fac47c7 to your computer and use it in GitHub Desktop.
Save hlolli/15cf1dafbde6efb3e65ef8c05fac47c7 to your computer and use it in GitHub Desktop.
brew install \
pkg-config \
aften \
libsamplerate \
libsndfile \
opus \
readline \
doxygen \
wget
export COMMIT=4828349f3dac9dd84d743011489b24999bb0705f
wget https://github.com/jackaudio/jack2/archive/$COMMIT.zip /tmp
cd /tmp && unzip $COMMIT
cd jack2-$COMMIT
./waf configure
./waf build
./waf install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment