Liquidsoap 0.3.8 : Build liquidsoap from source

Building liquidsoap from source

Dependencies

You can choose which features you want to enable when building liquidsoap. If you use the -full tarball, each shipped feature can be enabled/disabled using the PACKAGE file.

Here are liquidsoap's dependencies (all OCaml libraries are distributed by Savonet, except when linked):

And also optional dependencies:

Runtime dependencies include:

And other that you'll find on the project page, or in liquidsoap-full tarball.

Building the source

From every sub-project's directory you can build and install the package using ./bootstrap, ./configure, make and optionally make install.

From the toplevel savonet directory you can also directly build a vanilla liquidsoap. It's fast and doesn't require you to install the libraries. The steps to follow are simple:

# Edit PACKAGES to choose which feature you want
./configure
make
# To install liquidsoap,
# you'll usually need to type the following as root
make install