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: installation.texi:


From: gnunet
Subject: [GNUnet-SVN] [gnunet-texinfo] branch master updated: installation.texi: make it more of a chapter structure.
Date: Thu, 18 May 2017 14:16:01 +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 cc13ef6  installation.texi: make it more of a chapter structure.
cc13ef6 is described below

commit cc13ef6b598ed4eaa187d36ba2177f8db6e3e238
Author: ng0 <address@hidden>
AuthorDate: Thu May 18 11:42:33 2017 +0000

    installation.texi: make it more of a chapter structure.
---
 installation.texi | 64 +++++++++++++++++++++++++++----------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/installation.texi b/installation.texi
index 9862e24..a3e4a16 100644
--- a/installation.texi
+++ b/installation.texi
@@ -26,14 +26,14 @@ read this site if 99% of it was advertisements for bogus 
websites.
 @end menu
 
 @node Dependencies
address@hidden Dependencies
address@hidden Dependencies
 @c %**end of header
 
 This document lists the various known dependencies for GNUnet 0.10.x.
 Suggestions for missing dependencies or wrong version numbers are welcome.
 
 @node External dependencies
address@hidden External dependencies
address@hidden External dependencies
 @c %**end of header
 
 These packages must be installed before a typical GNUnet installation
@@ -99,7 +99,7 @@ must match Gtk+ version, optional (for gnunet-gtk)
 @end table
 
 @node Internal dependencies
address@hidden Internal dependencies
address@hidden Internal dependencies
 
 This section tries to give an overview of what processes a typical GNUnet peer
 running a particular application would consist of. All of the processes listed
@@ -231,7 +231,7 @@ gnunet-service-gns (requires vpn, dns, dht, namestore, 
identity)
 @end itemize
 
 @node Generic installation instructions
address@hidden Generic installation instructions
address@hidden Generic installation instructions
 
 First, in addition to the GNUnet sources you must download the latest version
 of various dependencies. Most distributions do not include sufficiently recent
@@ -409,7 +409,7 @@ You might want to make sure that 
@file{/lib/libnss_gns.so.2} exists on your
 system, it should have been created during the installation. 
 
 @node Build instructions for Ubuntu 12.04 using Git
address@hidden Build instructions for Ubuntu 12.04 using Git
address@hidden Build instructions for Ubuntu 12.04 using Git
 
 @node  Install the required build tools
 @subsection  Install the required build tools
@@ -616,9 +616,9 @@ To build GNUnet (with an optional prefix)and execute:@
 }
 
 @node Build Instructions for Microsoft Windows Platforms
address@hidden Build Instructions for Microsoft Windows Platforms
address@hidden Build Instructions for Microsoft Windows Platforms
 
address@hidden Introduction
address@hidden Introduction
 @node Introduction
 
 This document is a guide to building GNUnet and its dependencies on Windows
@@ -626,7 +626,7 @@ platforms. GNUnet development is mostly done under Linux 
and especially SVN
 checkouts may not build out of the box. We regret any inconvenience, and if you
 have problems, please report them.
 
address@hidden Requirements
address@hidden Requirements
 @node Requirements
 
 The Howto is based upon a @strong{Windows Server 2008 address@hidden
@@ -641,7 +641,7 @@ and later will also work, but
 @strong{non-server version can not run a VPN-Exit-Node} as the NAT features
 have been removed as of Windows Vista.
 
address@hidden Dependencies & Initial Setup
address@hidden Dependencies & Initial Setup
 @node Dependencies & Initial Setup
 
 @itemize @bullet
@@ -688,7 +688,7 @@ the @file{bin/} directories in your new msys and mingw 
installations to PATH.
 You will want to create a backup of your finished msys-environment by now.
 
 @node GNUnet Installation
address@hidden GNUnet Installation
address@hidden GNUnet Installation
 
 First, we need to launch our msys-shell, you can do this via
 
@@ -743,7 +743,7 @@ make install
 @end example
 
 @node Adjusting Windows for running and testing GNUnet
address@hidden Adjusting Windows for running and testing GNUnet
address@hidden Adjusting Windows for running and testing GNUnet
 
 Assuming the build succeeded and you
 @strong{added the bin directory of your gnunet to PATH}, you can now use your
@@ -757,17 +757,17 @@ it may even install a device-driver (in case you are 
using gnunet-vpn and/or
 gnunet-exit).
 
 @node Building the GNUnet Installer
address@hidden Building the GNUnet Installer
address@hidden Building the GNUnet Installer
 
 The GNUnet installer is made with @uref{http://nsis.sourceforge.net/, NSIS}@
 The installer script is located in @file{contrib\win} in the GNUnet source 
tree.
 
 @node Using GNUnet with Netbeans on Windows
address@hidden Using GNUnet with Netbeans on Windows
address@hidden Using GNUnet with Netbeans on Windows
 
 TODO
 
address@hidden Build instructions for Debian 7.5
address@hidden Build instructions for Debian 7.5
 @node Build instructions for Debian 7.5
 
 These are the installation instructions for Debian 7.5. They were tested using
@@ -795,7 +795,7 @@ Thus, it is suggested that you simply install the desktop 
environment of your
 choice before beginning with the instructions.
 
 @node Update
address@hidden Update
address@hidden Update
 
 After any installation, you should begin by running
 
@@ -810,7 +810,7 @@ to indicate that you need to type in this command as "root"
 as a normal user.
 
 @node Stable? Hah!
address@hidden Stable? Hah!
address@hidden Stable? Hah!
 
 Yes, we said we start with a Debian 7.5 "stable" system. However, to reduce the
 amount of compilation by hand, we will begin by allowing the installation of
@@ -856,7 +856,7 @@ be comprehensive (missing packages) or might be problematic 
(crashing packages),
 you probably want others from stable and/or testing.
 
 @node Update again
address@hidden Update again
address@hidden Update again
 
 Now, run again@
 
@@ -869,7 +869,7 @@ to ensure that all your new distribution indices are 
downloaded, and that your
 pinning is correct: the upgrade step should cause no changes at all.
 
 @node Installing Packages
address@hidden Installing Packages
address@hidden Installing Packages
 
 We begin by installing a few Debian packages from stable:@
 
@@ -894,7 +894,7 @@ After that, we install a few more packages from unstable:@
 @end example
 
 @node Installing Dependencies from Source
address@hidden Installing Dependencies from Source
address@hidden Installing Dependencies from Source
 
 Next, we need to install a few dependencies from source. You might want to do
 this as a "normal" user and only run the @code{make install} steps as root
@@ -933,14 +933,14 @@ sources, and finally compiling and installing the 
libraries:@
  $ make ; sudo make install; cd ..@
 @end example
 
address@hidden Installing GNUnet from Source
address@hidden Installing GNUnet from Source
 @node Installing GNUnet from Source
 
 For this, simply follow the generic installation instructions from
 here.
 
 @node But wait there is more!
address@hidden But wait there is more!
address@hidden But wait there is more!
 
 So far, we installed all of the packages and dependencies required to ensure
 that all of GNUnet would be built. However, while for example the plugins to
@@ -950,8 +950,8 @@ and configure those databases or stick with the default 
Sqlite database.
 Sqlite is usually fine for most applications, but MySQL can offer better
 performance and Postgres better resillience.
 
address@hidden Installing GNUnet 0.10.1 on Ubuntu 14.04
 @node Installing GNUnet 0.10.1 on Ubuntu 14.04
address@hidden Installing GNUnet 0.10.1 on Ubuntu 14.04
 
 Install the required dependencies@
 
@@ -1041,7 +1041,7 @@ After installing it, you need to create an empty 
configuration file:@
 And finally you can start GNUnet with@
 @code{$ gnunet-arm -s}
 
address@hidden Installing GNUnet from Git on Ubuntu 14.4
address@hidden Installing GNUnet from Git on Ubuntu 14.4
 @node Installing GNUnet from Git on Ubuntu 14.4
 
 @strong{Install the required build tools:}
@@ -1138,7 +1138,7 @@ And finally you can start GNUnet with@
 @code{$ gnunet-arm -s}
 
 @node Build instructions for Debian 8
address@hidden Build instructions for Debian 8
address@hidden Build instructions for Debian 8
 
 These are the installation instructions for Debian 8. They were tested using a
 fresh Debian 8 AMD64 installation without non-free software (no contrib or
@@ -1160,8 +1160,8 @@ you might simply already have some of the necessary 
packages installed. Thus,
 it is suggested that you simply install the desktop environment of your choice
 before beginning with the instructions.
 
address@hidden Update2
address@hidden Update2
address@hidden Update Debian
address@hidden Update Debian
 
 After any installation, you should begin by running@
 @code{@
@@ -1173,8 +1173,8 @@ to indicate that you need to type in this command as 
"root" (or prefix with
 "sudo"), whereas "$" is used to indicate typing in a command as a normal
 user.
 
address@hidden Installing Packages2
address@hidden Installing Packages2
address@hidden Installing Debian Packages
address@hidden Installing Debian Packages
 
 We begin by installing a few Debian packages from stable:@
 @example
@@ -1191,7 +1191,7 @@ We begin by installing a few Debian packages from stable:@
 @end example
 
 @node Installing Dependencies from Source2
address@hidden Installing Dependencies from Source2
address@hidden Installing Dependencies from Source2
 
 Yes, we said we start with a Debian 8 "stable" system, but because Debian
 linked GnuTLS without support for DANE, we need to compile a few things, in
@@ -1222,13 +1222,13 @@ sources, and finally compiling and installing the 
libraries:@
 }
 
 @node Installing GNUnet from Source2
address@hidden Installing GNUnet from Source2
address@hidden Installing GNUnet from Source2
 
 For this, simply follow the generic installation instructions from@
 here.
 
 @node But wait (again) there is more!
address@hidden But wait (again) there is more!
address@hidden But wait (again) there is more!
 
 So far, we installed all of the packages and dependencies required to ensure
 that all of GNUnet would be built. However, while for example the plugins to
@@ -1239,7 +1239,7 @@ is usually fine for most applications, but MySQL can 
offer better performance
 and Postgres better resillience.
 
 @node Outdated build instructions for previous revisions
address@hidden Outdated build instructions for previous revisions
address@hidden Outdated build instructions for previous revisions
 
 This chapter contains a collection of outdated, older installation guides. They
 are mostly intended to serve as a starting point for writing up-to-date

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



reply via email to

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