diff options
author | ng0 <ng0@infotropique.org> | 2017-10-30 14:49:35 +0000 |
---|---|---|
committer | ng0 <ng0@infotropique.org> | 2017-10-30 14:49:35 +0000 |
commit | c26ba4980aab5bf9f41cd69b6819e5bfb70f79be (patch) | |
tree | 24f6441ffa9fba5098faacd076956c93d61c8b0b | |
parent | 202583f94e025417fe69060d28116d7d18915e4f (diff) |
fix
-rw-r--r-- | doc/documentation/chapters/installation.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/documentation/chapters/installation.texi b/doc/documentation/chapters/installation.texi index 07853313ba..38eb7c0b05 100644 --- a/doc/documentation/chapters/installation.texi +++ b/doc/documentation/chapters/installation.texi @@ -796,6 +796,7 @@ $ make ; sudo make install ; cd .. @node generic source installation - libgnurl @subsection generic source installation - libgnurl + @example $ wget https://gnunet.org/sites/default/files/gnurl-7.34.0.tar.bz2 $ tar xvf gnurl-7.34.0.tar.bz2 @@ -810,6 +811,10 @@ $ ./configure --enable-ipv6 --with-gnutls=/usr/local --without-libssh2 \ $ make ; sudo make install; cd .. @end example +@menu +* Fixing libgnurl build issues:: +@end menu + @node Fixing libgnurl build issues @subsubsection Fixing libgnurl build issues |