X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=e4566162ce85e879036f4f41f013a9a58a4f3236;hb=4fe772289b1ab968655c27b144d08fc69c113fd9;hp=6ade13830b4c6ac91a1871cc82cf30794162eb85;hpb=c1dc7627995e76239179aad06d41c73dadfdb67f;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 6ade138..e456616 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation An ANSI C compiler is required to compile the Zebra @@ -34,6 +34,12 @@ CC=/opt/ccs/bin/cc CFLAGS=-O ./configure + + The configure script takes a number of arguments, you can see + them all with + + ./configure --help + @@ -70,6 +76,18 @@ + + You can now use Zebra. If you wish to install it system-wide, type + + make install + + By default this will install the Zebra executables in + /usr/local/bin, + and the standard configuration files in + /usr/local/share/zebra + You can override this with the --prefix option + to configure. +