gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-texinfo] branch master updated: wrap lines of examp


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] branch master updated: wrap lines of examples for gnurl config. TODO: this should be defined once, so that it can be just called and only has to be edited once. The config options change over time.
Date: Mon, 27 Mar 2017 16:41:49 +0200

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

ng0 pushed a commit to branch master
in repository gnunet-texinfo.

The following commit(s) were added to refs/heads/master by this push:
     new 4b79215  wrap lines of examples for gnurl config. TODO: this should be 
defined once, so that it can be just called and only has to be edited once. The 
config options change over time.
4b79215 is described below

commit 4b79215962b92d0dc40c9bd9d2b444132b14f0a1
Author: ng0 <address@hidden>
AuthorDate: Fri Feb 17 16:58:19 2017 +0000

    wrap lines of examples for gnurl config. TODO: this should be defined once, 
so
    that it can be just called and only has to be edited once. The config
    options change over time.
---
 installation.texi | 103 ++++++++++++++++++++++++++++++++++++++++--------------
 1 file changed, 77 insertions(+), 26 deletions(-)

diff --git a/installation.texi b/installation.texi
index 7d22be1..70e1f4d 100644
--- a/installation.texi
+++ b/installation.texi
@@ -665,7 +665,11 @@ have problems, please report them.
 @section Requirements
 @node Requirements
 
-The Howto is based upon a @strong{Windows Server 2008 address@hidden 
Installation, @strong{sbuild} and thus a @uref{http://www.mingw.org/wiki/MSYS, 
MSYS+MinGW} (W32-GCC-Compiler-Suite + Unix-like Userland) installation. sbuild 
is a convenient set of scripts which creates a working msys/mingw installation 
and installs most dependencies required for GNUnet. }}
+The Howto is based upon a @strong{Windows Server 2008 address@hidden
+Installation, @strong{sbuild} and thus a @uref{http://www.mingw.org/wiki/MSYS,
+MSYS+MinGW} (W32-GCC-Compiler-Suite + Unix-like Userland) installation. sbuild
+is a convenient set of scripts which creates a working msys/mingw installation
+and installs most dependencies required for GNUnet. }}
 
 As of the point of the creation of this Howto, GNUnet @strong{requires} a
 Windows @strong{Server} 2003 or newer for full feature support. Windows Vista
@@ -905,15 +909,25 @@ pinning is correct: the upgrade step should cause no 
changes at all.
 
 We begin by installing a few Debian packages from stable:@
 
address@hidden@
-# apt-get install gcc make python-zbar libltdl-dev libsqlite3-dev 
libunistring-dev libopus-dev libpulse-dev openssl libglpk-dev texlive 
libidn11-dev libmysqlclient-dev libpq-dev libarchive-dev libbz2-dev 
libexiv2-dev libflac-dev libgif-dev libglib2.0-dev libgtk-3-dev libmagic-dev 
libjpeg8-dev libmpeg2-4-dev libmp4v2-dev librpm-dev libsmf-dev libtidy-dev 
libtiff5-dev libvorbis-dev libogg-dev zlib1g-dev g++ gettext libgsf-1-dev 
libunbound-dev libqrencode-dev libgladeui-dev nasm texlive-lat [...]
-}@
address@hidden
+# apt-get install gcc make python-zbar libltdl-dev libsqlite3-dev \
+  libunistring-dev libopus-dev libpulse-dev openssl libglpk-dev \
+  texlive libidn11-dev libmysqlclient-dev libpq-dev libarchive-dev \
+  libbz2-dev libexiv2-dev libflac-dev libgif-dev libglib2.0-dev \
+  libgtk-3-dev libmagic-dev libjpeg8-dev libmpeg2-4-dev libmp4v2-dev \
+  librpm-dev libsmf-dev libtidy-dev libtiff5-dev libvorbis-dev \
+  libogg-dev zlib1g-dev g++ gettext libgsf-1-dev libunbound-dev \
+  libqrencode-dev libgladeui-dev nasm texlive-latex-extra \
+  libunique-3.0-dev gawk miniupnpc libfuse-dev libbluetooth-dev
address@hidden example
 
 After that, we install a few more packages from unstable:@
 
address@hidden@
-# apt-get install -t unstable nettle-dev libgstreamer1.0-dev 
gstreamer1.0-plugins-base gstreamer1.0-plugins-good 
libgstreamer-plugins-base1.0-dev@
-}
address@hidden
+# apt-get install -t unstable nettle-dev libgstreamer1.0-dev \
+  gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
+  libgstreamer-plugins-base1.0-dev
address@hidden example
 
 @node Installing Dependencies from Source
 @section Installing Dependencies from Source
@@ -924,7 +938,7 @@ this as a "normal" user and only run the @code{make 
install} steps as root
 directory. We begin by downloading all dependencies, then extracting the
 sources, and finally compiling and installing the libraries:@
 
address@hidden@
address@hidden
  $ wget https://libav.org/releases/libav-9.10.tar.xz@
  $ wget http://ftp.gnu.org/gnu/libextractor/libextractor-1.3.tar.gz@
  $ wget ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2@
@@ -945,9 +959,15 @@ sources, and finally compiling and installing the 
libraries:@
  $ cd gnutls-3.2.7 ; ./configure ; make ; sudo make install ; cd ..@
  $ cd libmicrohttpd-0.9.33; ./configure ; make ; sudo make install ; cd ..@
  $ cd gnurl-7.34.0@
- $ ./configure --enable-ipv6 --with-gnutls=/usr/local --without-libssh2 
--without-libmetalink --without-winidn --without-librtmp --without-nghttp2 
--without-nss --without-cyassl --without-polarssl --without-ssl 
--without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb 
--disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp 
--disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file 
--disable-ftp@
+ $ ./configure --enable-ipv6 --with-gnutls=/usr/local --without-libssh2 \
+  --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 \
+  --without-nss --without-cyassl --without-polarssl --without-ssl \
+  --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb \
+  --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp 
\
+  --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file 
\
+  --disable-ftp@
  $ make ; sudo make install; cd ..@
-}
address@hidden example
 
 @section Installing GNUnet from Source
 @node Installing GNUnet from Source
@@ -971,9 +991,11 @@ performance and Postgres better resillience.
 
 Install the required dependencies@
 
address@hidden@
-$ sudo apt-get install libltdl-dev libgpg-error-dev libidn11-dev 
libunistring-dev libglpk-dev libbluetooth-dev libextractor-dev 
libmicrohttpd-dev libgnutls28-dev@
-}
address@hidden
+$ sudo apt-get install libltdl-dev libgpg-error-dev libidn11-dev \
+  libunistring-dev libglpk-dev libbluetooth-dev libextractor-dev \
+  libmicrohttpd-dev libgnutls28-dev
address@hidden example
 
 Choose one or more database backends@
 SQLite3@
@@ -1006,14 +1028,20 @@ For Ubuntu older 14.04:@
  $ cd ..}
 
 Install libgnurl@
address@hidden@
address@hidden
  $ wget https://gnunet.org/sites/default/files/gnurl-7.35.0.tar.bz2@
  $ tar xf gnurl-7.35.0.tar.bz2@
  $ cd gnurl-7.35.0@
- $ ./configure --enable-ipv6 --with-gnutls --without-libssh2 
--without-libmetalink --without-winidn --without-librtmp --without-nghttp2 
--without-nss --without-cyassl --without-polarssl --without-ssl 
--without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb 
--disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp 
--disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file 
--disable-ftp@
+ $ ./configure --enable-ipv6 --with-gnutls --without-libssh2 \
+ --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 \
+ --without-nss --without-cyassl --without-polarssl --without-ssl \
+ --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb \
+ --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp \
+ --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file \
+ --disable-ftp@
  $ sudo make install@
  $ cd ..@
-}
address@hidden example
 
 Install GNUnet@
 @code{@
@@ -1058,9 +1086,11 @@ And finally you can start GNUnet with@
 }
 
 @strong{Install the required dependencies}
address@hidden@
- $ sudo apt-get install libltdl-dev libgpg-error-dev libidn11-dev 
libunistring-dev libglpk-dev libbluetooth-dev libextractor-dev 
libmicrohttpd-dev libgnutls28-dev@
-}
address@hidden
+$ sudo apt-get install libltdl-dev libgpg-error-dev libidn11-dev \
+  libunistring-dev libglpk-dev libbluetooth-dev libextractor-dev \
+  libmicrohttpd-dev libgnutls28-dev
address@hidden example
 
 @strong{Choose one or more database backends}@
  SQLite3@
@@ -1092,14 +1122,20 @@ And finally you can start GNUnet with@
  $ sudo make install@
  $ cd ..}@
 @strong{Install libgnurl}@
address@hidden@
address@hidden
  $ wget https://gnunet.org/sites/default/files/gnurl-7.35.0.tar.bz2@
  $ tar xf gnurl-7.35.0.tar.bz2@
  $ cd gnurl-7.35.0@
- $ ./configure --enable-ipv6 --with-gnutls --without-libssh2 
--without-libmetalink --without-winidn --without-librtmp --without-nghttp2 
--without-nss --without-cyassl --without-polarssl --without-ssl 
--without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb 
--disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp 
--disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file 
--disable-ftp@
+ $ ./configure --enable-ipv6 --with-gnutls --without-libssh2 \
+ --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 \
+ --without-nss --without-cyassl --without-polarssl --without-ssl \
+ --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb \
+ --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp \
+ --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file \
+ --disable-ftp
  $ sudo make install@
  $ cd ..@
-}
address@hidden example
 
 @strong{Install GNUnet}@
 @code{@
@@ -1177,9 +1213,18 @@ user.
 @section Installing Packages
 
 We begin by installing a few Debian packages from stable:@
address@hidden@
- # apt-get install gcc make python-zbar libltdl-dev libsqlite3-dev 
libunistring-dev libopus-dev libpulse-dev openssl libglpk-dev texlive 
libidn11-dev libmysqlclient-dev libpq-dev libarchive-dev libbz2-dev libflac-dev 
libgif-dev libglib2.0-dev libgtk-3-dev libmpeg2-4-dev libtidy-dev libvorbis-dev 
libogg-dev zlib1g-dev g++ gettext libgsf-1-dev libunbound-dev libqrencode-dev 
libgladeui-dev nasm texlive-latex-extra libunique-3.0-dev gawk miniupnpc 
libfuse-dev libbluetooth-dev gstreamer1.0-pl [...]
-}
address@hidden
+ # apt-get install gcc make python-zbar libltdl-dev libsqlite3-dev \ 
+  libunistring-dev libopus-dev libpulse-dev openssl libglpk-dev texlive \
+  libidn11-dev libmysqlclient-dev libpq-dev libarchive-dev libbz2-dev \
+  libflac-dev libgif-dev libglib2.0-dev libgtk-3-dev libmpeg2-4-dev \
+  libtidy-dev libvorbis-dev libogg-dev zlib1g-dev g++ gettext libgsf-1-dev \
+  libunbound-dev libqrencode-dev libgladeui-dev nasm texlive-latex-extra \
+  libunique-3.0-dev gawk miniupnpc libfuse-dev libbluetooth-dev \
+  gstreamer1.0-plugins-base gstreamer1.0-plugins-good \
+  libgstreamer-plugins-base1.0-dev nettle-dev libextractor-dev libgcrypt20-dev 
\
+  libmicrohttpd-dev
address@hidden example
 
 @node Installing Dependencies from Source
 @section Installing Dependencies from Source
@@ -1202,7 +1247,13 @@ sources, and finally compiling and installing the 
libraries:@
  $ tar xvf gnurl-7.40.0.tar.bz2@
  $ cd gnutls-3.3.12 ; ./configure ; make ; sudo make install ; cd ..@
  $ cd gnurl-7.40.0@
- $ ./configure --enable-ipv6 --with-gnutls=/usr/local --without-libssh2 
--without-libmetalink --without-winidn --without-librtmp --without-nghttp2 
--without-nss --without-cyassl --without-polarssl --without-ssl 
--without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb 
--disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp 
--disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file 
--disable-ftp --disable-smb@
+ $ ./configure --enable-ipv6 --with-gnutls=/usr/local --without-libssh2 \
+ --without-libmetalink --without-winidn --without-librtmp --without-nghttp2 \
+ --without-nss --without-cyassl --without-polarssl --without-ssl \
+ --without-winssl --without-darwinssl --disable-sspi --disable-ntlm-wb \
+ --disable-ldap --disable-rtsp --disable-dict --disable-telnet --disable-tftp \
+ --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-file \
+ --disable-ftp --disable-smb
  $ make ; sudo make install; cd ..@
 }
 

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



reply via email to

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