X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=05b9ab5f417fcc7dbf209c9af33c58084dc5cdb9;hb=a073dc58b9244c9a38e014d47363170771ced398;hp=0809bf78d3f39ffb5ad5d4a9867ab99cb988dacd;hpb=dd8372e3f27c68a0410f13044dd184ccde8ca243;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 0809bf7..05b9ab5 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,5 @@ + Installation An ANSI C compiler is required to compile the Zebra @@ -33,11 +34,17 @@ CC=/opt/ccs/bin/cc CFLAGS=-O ./configure + + The configure script takes a number of arguments, you can see + them all with + + ./configure --help + - When configured build the software by typing: + When configured, build the software by typing: make @@ -46,7 +53,7 @@ - If successful, two executables have been created in the sub-directory + If successful, two executables are created in the sub-directory index. @@ -69,6 +76,19 @@ + + You can now use Zebra. If you wish to install it system-wide, then + as root 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. +