aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorng0 <ng0@infotropique.org>2017-08-21 08:13:23 +0000
committerng0 <ng0@infotropique.org>2017-08-21 08:13:23 +0000
commita544259c2f198021307e3c4c5844b18c98a9cecc (patch)
treea9fe64d303d1cd6c762a62e61e2a3038a29775ff /doc
parent235db9bac786ae92258bdb404caa509014c3fa58 (diff)
downloadgnunet-a544259c2f198021307e3c4c5844b18c98a9cecc.tar.gz
gnunet-a544259c2f198021307e3c4c5844b18c98a9cecc.zip
doc: install: more @example's
Diffstat (limited to 'doc')
-rw-r--r--doc/chapters/installation.texi23
1 files changed, 23 insertions, 0 deletions
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 ..@
493@node Install gnutls with DANE support 493@node Install gnutls with DANE support
494@subsection Install gnutls with DANE support 494@subsection Install gnutls with DANE support
495 495
496@example
496$ wget http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz@ 497$ wget http://www.lysator.liu.se/~nisse/archive/nettle-2.7.1.tar.gz@
497$ tar xf nettle-2.7.1.tar.gz@ 498$ tar xf nettle-2.7.1.tar.gz@
498$ cd nettle-2.7.1@ 499$ cd nettle-2.7.1@
499$ ./configure@ 500$ ./configure@
500$ sudo make install@ 501$ sudo make install@
501$ cd .. 502$ cd ..
503@end example
502 504
505@example
503$ wget https://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.16.tar.gz@ 506$ wget https://www.nlnetlabs.nl/downloads/ldns/ldns-1.6.16.tar.gz@
504$ tar xf ldns-1.6.16.tar.gz@ 507$ tar xf ldns-1.6.16.tar.gz@
505$ cd ldns-1.6.16@ 508$ cd ldns-1.6.16@
506$ ./configure@ 509$ ./configure@
507$ sudo make install@ 510$ sudo make install@
508$ cd .. 511$ cd ..
512@end example
509 513
514@example
510$ wget https://unbound.net/downloads/unbound-1.4.21.tar.gz@ 515$ wget https://unbound.net/downloads/unbound-1.4.21.tar.gz@
511$ tar xf unbound-1.4.21.tar.gz@ 516$ tar xf unbound-1.4.21.tar.gz@
512$ cd unbound-1.4.21@ 517$ cd unbound-1.4.21@
513$ ./configure@ 518$ ./configure@
514$ sudo make install@ 519$ sudo make install@
515$ cd .. 520$ cd ..
521@end example
516 522
523@example
517$ wget ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.17.tar.xz@ 524$ wget ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.17.tar.xz@
518$ tar xf gnutls-3.1.17.tar.xz@ 525$ tar xf gnutls-3.1.17.tar.xz@
519$ cd gnutls-3.1.17@ 526$ cd gnutls-3.1.17@
520$ ./configure@ 527$ ./configure@
521$ sudo make install@ 528$ sudo make install@
522$ cd .. 529$ cd ..
530@end example
523 531
532@example
524$ wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.bz2@ 533$ wget ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-1.6.0.tar.bz2@
525$ tar xf libgcrypt-1.6.0.tar.bz2@ 534$ tar xf libgcrypt-1.6.0.tar.bz2@
526$ cd libgcrypt-1.6.0@ 535$ cd libgcrypt-1.6.0@
527$ ./configure@ 536$ ./configure@
528$ sudo make install@ 537$ sudo make install@
529$ cd ..@ 538$ cd ..@
539@end example
530 540
531@node Install libgnurl 541@node Install libgnurl
532@subsection Install libgnurl 542@subsection Install libgnurl
533 543
544@example
534$ wget https://gnunet.org/sites/default/files/gnurl-7.34.0.tar.bz2@ 545$ wget https://gnunet.org/sites/default/files/gnurl-7.34.0.tar.bz2@
535$ tar xf gnurl-7.34.0.tar.bz2@ 546$ tar xf gnurl-7.34.0.tar.bz2@
536$ cd gnurl-7.34.0@ 547$ cd gnurl-7.34.0@
@@ -544,50 +555,62 @@ $ ./configure --enable-ipv6 --with-gnutls --without-libssh2 \
544 --disable-gopher --disable-file --disable-ftp@ 555 --disable-gopher --disable-file --disable-ftp@
545$ sudo make install@ 556$ sudo make install@
546$ cd ..@ 557$ cd ..@
558@end example
547 559
548@node Install libmicrohttpd from Git 560@node Install libmicrohttpd from Git
549@subsection Install libmicrohttpd from Git 561@subsection Install libmicrohttpd from Git
550 562
563@example
551$ git clone https://gnunet.org/git/libmicrohttpd@ 564$ git clone https://gnunet.org/git/libmicrohttpd@
552$ cd libmicrohttpd/@ 565$ cd libmicrohttpd/@
553$ ./bootstrap@ 566$ ./bootstrap@
554$ ./configure@ 567$ ./configure@
555$ sudo make install@ 568$ sudo make install@
556$ cd ..@ 569$ cd ..@
570@end example
557 571
558@node Install libextractor from Git 572@node Install libextractor from Git
559@subsection Install libextractor from Git 573@subsection Install libextractor from Git
560 574
561Install libextractor dependencies:@ 575Install libextractor dependencies:@
562 576
577@example
563$ sudo apt-get install zlib1g-dev libgsf-1-dev libmpeg2-4-dev libpoppler-dev \ 578$ sudo apt-get install zlib1g-dev libgsf-1-dev libmpeg2-4-dev libpoppler-dev \
564 libvorbis-dev libexiv2-dev libjpeg-dev libtiff-dev libgif-dev libvorbis-dev \ 579 libvorbis-dev libexiv2-dev libjpeg-dev libtiff-dev libgif-dev libvorbis-dev \
565 libflac-dev libsmf-dev g++@ 580 libflac-dev libsmf-dev g++@
581@end example
566 582
567Build libextractor:@ 583Build libextractor:@
568 584
585@example
569$ git clone https://gnunet.org/git/libextractor@ 586$ git clone https://gnunet.org/git/libextractor@
570$ cd libextractor@ 587$ cd libextractor@
571$ ./bootstrap@ 588$ ./bootstrap@
572$ ./configure@ 589$ ./configure@
573$ sudo make install@ 590$ sudo make install@
574$ cd ..@ 591$ cd ..@
592@end example
575 593
576@node Install GNUnet dependencies 594@node Install GNUnet dependencies
577@subsection Install GNUnet dependencies 595@subsection Install GNUnet dependencies
578 596
597@example
579$ sudo apt-get install libidn11-dev libunistring-dev libglpk-dev \ 598$ sudo apt-get install libidn11-dev libunistring-dev libglpk-dev \
580 libpulse-dev libbluetooth-dev libsqlite-dev@ 599 libpulse-dev libbluetooth-dev libsqlite-dev@
600@end example
581 601
582Install libopus@ 602Install libopus@
583 603
604@example
584$ wget http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz@ 605$ wget http://downloads.xiph.org/releases/opus/opus-1.1.tar.gz@
585$ tar xf opus-1.1.tar.gz@ 606$ tar xf opus-1.1.tar.gz@
586$ cd opus-1.1/@ 607$ cd opus-1.1/@
587$ ./configure@ 608$ ./configure@
588$ sudo make install@ 609$ sudo make install@
610@end example
589 611
590Choose one or more database backends@ 612Choose one or more database backends@
613
591@itemize @bullet 614@itemize @bullet
592 615
593@item 616@item