You should be able to transition to the latest code pretty easily with `opam`:
```
git clone --recursive https://github.com/savonet/ocaml-gstreamer.git
cd ocaml-gstreamer
opam pin add .
# Installs gstreamer..
cd ..

# All the other updates are already in except ocaml-gstreamer
opam update 

git clone --recursive https://github.com/savonet/liquidsoap.git
cd liquidsoap
opam pin add .
```

That should be more or less all you'll need.


-- 
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/339#issuecomment-416574321
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to