gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: doc: install: more @example


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: doc: install: more @example's
Date: Mon, 21 Aug 2017 10:13:44 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new a544259c2 doc: install: more @example's
a544259c2 is described below

commit a544259c2f198021307e3c4c5844b18c98a9cecc
Author: ng0 <address@hidden>
AuthorDate: Mon Aug 21 08:13:23 2017 +0000

    doc: install: more @example's
---
 doc/chapters/installation.texi | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/doc/chapters/installation.texi b/doc/chapters/installation.texi
index 72b78b8c9..a4c7ce02b 100644
--- a/doc/chapters/installation.texi
+++ b/doc/chapters/installation.texi
@@ -493,44 +493,55 @@ $ cd ..@
 @node Install gnutls with DANE support
 @subsection Install gnutls with DANE support
 
address@hidden
 $ wget http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz@
 $ tar xf nettle-2.7.1.tar.gz@
 $ cd nettle-2.7.1@
 $ ./configure@
 $ sudo make install@
 $ cd ..
address@hidden example
 
address@hidden
 $ wget https://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.16.tar.gz@
 $ tar xf ldns-1.6.16.tar.gz@
 $ cd ldns-1.6.16@
 $ ./configure@
 $ sudo make install@
 $ cd ..
address@hidden example
 
address@hidden
 $ wget https://unbound.net/downloads/unbound-1.4.21.tar.gz@
 $ tar xf unbound-1.4.21.tar.gz@
 $ cd unbound-1.4.21@
 $ ./configure@
 $ sudo make install@
 $ cd ..
address@hidden example
 
address@hidden
 $ wget ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.17.tar.xz@
 $ tar xf gnutls-3.1.17.tar.xz@
 $ cd gnutls-3.1.17@
 $ ./configure@
 $ sudo make install@
 $ cd ..
address@hidden example
 
address@hidden
 $ wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.bz2@
 $ tar xf libgcrypt-1.6.0.tar.bz2@
 $ cd libgcrypt-1.6.0@
 $ ./configure@
 $ sudo make install@
 $ cd ..@
address@hidden example
 
 @node Install libgnurl
 @subsection Install libgnurl
 
address@hidden
 $ wget https://gnunet.org/sites/default/files/gnurl-7.34.0.tar.bz2@
 $ tar xf gnurl-7.34.0.tar.bz2@
 $ cd gnurl-7.34.0@
@@ -544,50 +555,62 @@ $ ./configure --enable-ipv6 --with-gnutls 
--without-libssh2 \
   --disable-gopher --disable-file --disable-ftp@
 $ sudo make install@
 $ cd ..@
address@hidden example
 
 @node Install libmicrohttpd from Git
 @subsection Install libmicrohttpd from Git
 
address@hidden
 $ git clone https://gnunet.org/git/libmicrohttpd@
 $ cd libmicrohttpd/@
 $ ./bootstrap@
 $ ./configure@
 $ sudo make install@
 $ cd ..@
address@hidden example
 
 @node  Install libextractor from Git
 @subsection  Install libextractor from Git
 
 Install libextractor dependencies:@
 
address@hidden
 $ sudo apt-get install zlib1g-dev libgsf-1-dev libmpeg2-4-dev libpoppler-dev \
   libvorbis-dev libexiv2-dev libjpeg-dev libtiff-dev libgif-dev libvorbis-dev \
   libflac-dev libsmf-dev g++@
address@hidden example
 
 Build libextractor:@
 
address@hidden
 $ git clone https://gnunet.org/git/libextractor@
 $ cd libextractor@
 $ ./bootstrap@
 $ ./configure@
 $ sudo make install@
 $ cd ..@
address@hidden example
 
 @node Install GNUnet dependencies
 @subsection Install GNUnet dependencies
 
address@hidden
 $ sudo apt-get install libidn11-dev libunistring-dev libglpk-dev \
   libpulse-dev libbluetooth-dev libsqlite-dev@
address@hidden example
 
 Install libopus@
 
address@hidden
 $ wget http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz@
 $ tar xf opus-1.1.tar.gz@
 $ cd opus-1.1/@
 $ ./configure@
 $ sudo make install@
address@hidden example
 
 Choose one or more database backends@
+
 @itemize @bullet
 
 @item

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]