From 32bc3419223a53b8015119e3c737864d288e81b5 Mon Sep 17 00:00:00 2001 From: ng0 Date: Sun, 3 Mar 2019 21:16:11 +0000 Subject: [PATCH] installation: couple of fixes in configure switches --- doc/handbook/chapters/installation.texi | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 -- 2.25.1