Changeset 6683
- Timestamp:
- 06/22/09 01:27:26 (15 months ago)
- Location:
- tags/liquidsoap-full/0.9.1-1
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
tags/liquidsoap-full/0.9.1-1/INSTALL
r6464 r6683 4 4 librarie: 5 5 * Ocaml libraries: pcre-ocaml, camomile-ocaml, ocaml-findlib 6 * Other libraries: libmad, libshout, libvorbis, libmp3lame, libao and libasound7 Optionnaly, you will also need: wget, taglib. For more details, see liquidsoap-0.9. 0/INSTALL6 * Other libraries: libmad, libshout, libvorbis, libmp3lame, libao, libasound, ... 7 Optionnaly, you will also need: wget, taglib. For more details, see liquidsoap-0.9.1/INSTALL 8 8 and each ocaml-* project's INSTALL file. 9 9 … … 11 11 components you want to build or not. You may also install corresponding libraries. 12 12 13 14 13 On Debian systems, these dependencies can be installed by running (as root): 15 14 16 15 # aptitude install ocaml-findlib libcamomile-ocaml-dev libpcre-ocaml-dev 17 16 # aptitude install libmad0-dev libshout3-dev libvorbis-dev libtagc0-dev libao-dev libasound2-dev 17 18 There might be other dependencies, depending on the optional packages enabled in the 19 PACKAGE file. 18 20 19 21 The mp3lame library is not released within debian, you may use an external source, such as: -
tags/liquidsoap-full/0.9.1-1/README
r6464 r6683 3 3 4 4 Savonet is a set of open-source tools around audio stream generation 5 (ogg/mp3/...), and particularly web-radios using icecast â. Savonet is mainly5 (ogg/mp3/...), and particularly web-radios using icecast. Savonet is mainly 6 6 written in OCaml. 7 7
