]> git.ipfire.org Git - thirdparty/sarg.git/blob - README_svn
Indent the configure script for more readability.
[thirdparty/sarg.git] / README_svn
1 If you got the sources from the SVN repository sarg.svn.sourceforge.net and
2 intent to compile them using the autotools, you must first create the
3 configuration script with this command:
4
5 autoreconf -fi
6
7 Then, you can compile sarg as usual with these commands:
8
9 configure
10 make
11 make install
12
13 See README for more informations about the options available in the
14 configuration script.