aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-03 21:16:11 +0000
committerng0 <ng0@n0.is>2019-03-03 21:16:11 +0000
commit32bc3419223a53b8015119e3c737864d288e81b5 (patch)
tree276e2e3b2315949e91c1440784bafc50dc808f07
parentdc0c89dc08fe67246cd08efd73166203e5b9ef11 (diff)
downloadgnunet-32bc3419223a53b8015119e3c737864d288e81b5.tar.gz
gnunet-32bc3419223a53b8015119e3c737864d288e81b5.zip
installation: couple of fixes in configure switches
-rw-r--r--doc/handbook/chapters/installation.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/handbook/chapters/installation.texi b/doc/handbook/chapters/installation.texi
index a907a1046..04a3d8a0f 100644
--- a/doc/handbook/chapters/installation.texi
+++ b/doc/handbook/chapters/installation.texi
@@ -116,17 +116,24 @@ running @code{configure} the following options can be specified to
116customize the compilation and installation process: 116customize the compilation and installation process:
117 117
118@itemize @bullet 118@itemize @bullet
119@item @code{--disable-documentation} - don't build the configuration documents 119@item @code{--disable-documentation} - don't build the documentation
120@item @code{--enable-looging=[LOGLEVEL]} - choose a loglevel (@code{debug}, @code{info}, @code{warning} or @code{error}) 120@item @code{--enable-looging=[LOGLEVEL]} - choose a loglevel (@code{debug}, @code{info}, @code{warning} or @code{error})
121@item @code{--prefix=[PATH]} - the directory where the GNUnet libraries and binaries will be installed 121@item @code{--prefix=[PATH]} - the directory where the GNUnet libraries and binaries will be installed
122@item @code{--with-extractor=[PATH]} - the path to libextractor 122@item @code{--with-extractor=[PATH]} - the path to libextractor
123@item @code{--with-libidn=[PATH]} - the path to libidn 123@item @code{--with-libidn=[PATH]} - the path to libidn
124@item @code{--with-libidn2=[PATH]} - the path to libidn2 (takes priority over libidn if both are found)
124@item @code{--with-microhttpd=[PATH]} - the path to libmicrohttpd 125@item @code{--with-microhttpd=[PATH]} - the path to libmicrohttpd
125@item @code{--with-sqlite=[PATH]} - the path to libsqlite 126@item @code{--with-sqlite=[PATH]} - the path to libsqlite
126@item @code{--with-zlib=[PATH]} - the path to zlib 127@item @code{--with-zlib=[PATH]} - the path to zlib
127@item @code{--with-sudo=[PATH]} - path to the sudo binary (no need to run @code{make install} as root if specified) 128@item @code{--with-sudo=[PATH]} - path to the sudo binary (no need to run @code{make install} as root if specified)
128@end itemize 129@end itemize
129 130
131Note that the list above is not always up to date and you
132should check the output of @code{./configure --help}, read
133the @file{configure.ac} or send an email asking for assistance
134if you are in doubt of any configure options or require fixes
135for your operating system.
136
130The following example configures the installation prefix 137The following example configures the installation prefix
131@code{/usr/lib} and disables building the documentation 138@code{/usr/lib} and disables building the documentation
132@example 139@example