Skip to content

Instantly share code, notes, and snippets.

@coolov
Last active April 28, 2020 23:53
Show Gist options
  • Save coolov/0c0a7b026c49e48b07acd3ba83363700 to your computer and use it in GitHub Desktop.
Save coolov/0c0a7b026c49e48b07acd3ba83363700 to your computer and use it in GitHub Desktop.
#!/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