1
0
Fork 0

Update build instructions

This commit is contained in:
Marvin Scholz 2017-11-12 00:01:33 +01:00
parent fd67fc6033
commit 9115d75fef
1 changed files with 8 additions and 3 deletions

View File

@ -50,9 +50,14 @@ Run
make
make install # as root
This is the typical procedure if you download the tar file. If you retrive
the code from Git or want to rebuild the configure then run `./autogen.sh`
instead of configure above. Most people do not need to run autogen.sh
This is the typical procedure if you download the tar file.
If you retrive the code from Git or want to clone recursively:
git clone --recursive https://git.xiph.org/icecast-server.git
After that, create the configure script by running: `./autogen.sh`.
Now you can just follow the steps mentioned above.
A sample config file will be placed in `/usr/local/etc` (on UNIX,
also depends on path PREFIX) or in the current working directory