Liquidsoap on OSX
-----------------
Key: LS-492
URL: http://dev.sourcefabric.org/browse/LS-492
Project: Liquidsoap
Issue Type: Document
Components: Liquidsoap
Affects Versions: 1.0 beta
Environment: OSX
Reporter: pixline
Attachments: liquidsoap-osx.txt, list-plugins.txt
Hi, I'm Paolo (aka gmz). I love liquidsoap and we use a lot here at Radio
Blackout 105.205 FM (Torino, Italy - radioblackout.org): we're trying to deal
both streaming and proof-of-transmission with liquidsoap, and it works way
better than darkice 'till now :o)
I've managed to install liquidsoap on my OSX box and I think you'd like to know
how it works. The easiest way is provided by Homebrew:
https://github.com/mxcl/homebrew
Attachments: copy of instructions, output of liquidsoap --list-plugins
-----------------------------------------------------------------------------------
0) Homebrew
see https://github.com/mxcl/homebrew/wiki/installation
1) Base libraries
brew install ocaml libmad libshout libvorbis wget libid3tag pcre libao taglib
2.1) missing library: ocaml-find
wget http://projects.camlcity.org/projects/dl/findlib-1.2.6.tar.gz
tar xzvf findlib-1.2.6.tar.gz && cd findlib-1.2.6/
./configure
make-all
make-opt
sudo make install
2.2) missing library: ocaml-pcre
wget http://hg.ocaml.info/release/pcre-ocaml/archive/release-6.2.2.tar.bz2
tar xjvf release-6.2.2.tar.bz2 && cd pcre-ocaml-release-6.2.2/
make
sudo make install
3) Liquidsoap
wget
http://switch.dl.sourceforge.net/project/savonet/liquidsoap/1.0.0-beta1/liquidsoap-full-1.0.0-beta1.tar.bz2
tar xjvf liquidsoap-full-1.0.0-beta1.tar.bz2 && cd liquidsoap-full-1.0.0-beta1/
cp PACKAGES.minimal PACKAGES
./bootstrap
./configure
make
sudo cp liquidsoap-1.0.0-beta1/src/liquidsoap /usr/local/bin
(this very last step it's because either 'make install' or 'sudo make install'
says: make: `install' is up to date. without copying files)
4) Test It!
osxbox:~ osxbox$ liquidsoap --version
Liquidsoap 1.0.0-beta1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://dev.sourcefabric.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software
be a part of the solution? Download the Intel(R) Manageability Checker
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Savonet-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-devl