From: ng0 Date: Sun, 3 Mar 2019 21:16:11 +0000 (+0000) Subject: installation: couple of fixes in configure switches X-Git-Tag: v0.11.1~193 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32bc3419223a53b8015119e3c737864d288e81b5;p=oweals%2Fgnunet.git installation: couple of fixes in configure switches --- 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 customize the compilation and installation process: @itemize @bullet -@item @code{--disable-documentation} - don't build the configuration documents +@item @code{--disable-documentation} - don't build the documentation @item @code{--enable-looging=[LOGLEVEL]} - choose a loglevel (@code{debug}, @code{info}, @code{warning} or @code{error}) @item @code{--prefix=[PATH]} - the directory where the GNUnet libraries and binaries will be installed @item @code{--with-extractor=[PATH]} - the path to libextractor @item @code{--with-libidn=[PATH]} - the path to libidn +@item @code{--with-libidn2=[PATH]} - the path to libidn2 (takes priority over libidn if both are found) @item @code{--with-microhttpd=[PATH]} - the path to libmicrohttpd @item @code{--with-sqlite=[PATH]} - the path to libsqlite @item @code{--with-zlib=[PATH]} - the path to zlib @item @code{--with-sudo=[PATH]} - path to the sudo binary (no need to run @code{make install} as root if specified) @end itemize +Note that the list above is not always up to date and you +should check the output of @code{./configure --help}, read +the @file{configure.ac} or send an email asking for assistance +if you are in doubt of any configure options or require fixes +for your operating system. + The following example configures the installation prefix @code{/usr/lib} and disables building the documentation @example