El 01/02/17 a las 17:05, Mark Jeghers escribió: > Hi all, > > I am building up a new server machine and will have the newest > version of either CentOS or Debian. Which one will be least painful > for installing a new copy of LiquidSoap ?
I just did that on a brand new debian/stretch vm a few minutes ago and this is the relevant bash history: 8 sudo apt-get install opam -y 9 sudo apt-get install m4 -y 10 opam init 11 opam install taglib mad lame vorbis cry liquidsoap 12 opam init 13 opam install taglib mad lame vorbis cry liquidsoap 14 opam depext lame.0.3.3 15 opam depext mad.0.4.5 16 opam install taglib mad lame vorbis cry liquidsoap 17 opam depext conf-pkg-config.1.0 ogg.0.5.0 taglib.0.3.2 18 opam install taglib mad lame vorbis cry liquidsoap 19 opam depext conf-libpcre.1 vorbis.0.6.2 20 opam install taglib mad lame vorbis cry liquidsoap 21 opam info liquidsoap 22 history but I'm guessing it could have been as easy as: sudo apt-get install opam -y opam init opam install depext opam depext taglib mad lame vorbis cry liquidsoap conf-pkg-config ogg \ conf-libpcre -- k054
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
