X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=doc%2Finstallation.xml;h=05b9ab5f417fcc7dbf209c9af33c58084dc5cdb9;hb=49f49aa27c8d63cea66dfb5a9e06e5735c835509;hp=6ade13830b4c6ac91a1871cc82cf30794162eb85;hpb=79dbb0556936ee101483f693d38bd5e97c49689e;p=idzebra-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 6ade138..05b9ab5 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,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 @@ -47,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. @@ -70,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. +