Last active
April 28, 2020 23:53
-
-
Save coolov/0c0a7b026c49e48b07acd3ba83363700 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Liquid Soap Install Script | |
# https://www.liquidsoap.info/ | |
brew update | |
brew install opam | |
# based on | |
# https://github.com/savonet/liquidsoap/blob/master/doc/content/install.md#install-using-opam | |
opam switch create 4.08.0 | |
opam depext mad lame vorbis cry samplerate liquidsoap | |
opam install mad lame vorbis cry samplerate liquidsoap | |
eval $(opam env) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment