The recommended way to install is via `opam`. You will need `opam 2.0`. The 
install link above is way too complex. Here's a quick run down. 

As root:
```
# cd /tmp
# wget curl -sL 
https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh
# chmod +x install.sh
# ./install.sh
```

As normal user:
```
% opam init --compiler=4.07.0
% opam depext taglib mad lame vorbis cry samplerate liquidsoap
% opam install taglib mad lame vorbis cry samplerate liquidsoap
```

That should give you the last `liquidsoap` with a reasonable set of features. 
If you need more features, checkout:
```
opam info liquidsoap
```
and install the extra package(s)

I'm closing this ticket, feel free to follow-up on here  or on the mailing list.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/723#issuecomment-466431627
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to