From 9115d75fef2b298408a5404e4bc5d002f3826cc0 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sun, 12 Nov 2017 00:01:33 +0100 Subject: [PATCH] Update build instructions --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 775cc5ac..d780269d 100644 --- a/README.md +++ b/README.md @@ -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