From: Andre Noll Date: Thu, 15 Mar 2012 12:01:03 +0000 (+0100) Subject: manual: Explain how to compile from git. X-Git-Tag: v0.4.10~6 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=52606631ce6f522eb7d89bc0e61509979b155a55 manual: Explain how to compile from git. Mention that autogen.sh should be executed first when compiling from git or gitweb snapshots. --- diff --git a/web/manual.m4 b/web/manual.m4 index e665ea7b..5a348bb9 100644 --- a/web/manual.m4 +++ b/web/manual.m4 @@ -291,10 +291,20 @@ libmad) is needed for para_server if you only want to stream MP3 or WMA files. Also, it's fine to use para_server on a box without sound card. Next, install the paraslash package on all machines, you'd like this -software to run on: +software to run on. If you compile from a released tarball, execute (./configure && make) > /dev/null +When compiling from git or from snapshots downloaded via gitweb, +the above command will not work because the configure script is not +included in the git repository. In this case the following command +should be used instead: + + ./autogen.sh + +This runs autoconf to generate the configure script, then runs it as +above. Therefore you'll need autoconf for this to work. + There should be no errors but probably some warnings about missing packages which usually implies that not all audio formats will be supported. If headers or libs are installed at unusual locations you