aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-06-13 08:53:02 +0000
committerNils Gillmann <ng0@n0.is>2018-06-13 08:53:02 +0000
commit787d5e9e1688ccb07f1449614a5286ccb4acf3fd (patch)
tree4bfbb6e7d1319c4c2c2f558c08a4ffffd03b88ee
parente82af68d63c88ea674dab3994fc7a4bb32ebdd23 (diff)
downloadgnunet-787d5e9e1688ccb07f1449614a5286ccb4acf3fd.tar.gz
gnunet-787d5e9e1688ccb07f1449614a5286ccb4acf3fd.zip
fix
Signed-off-by: Nils Gillmann <ng0@n0.is>
-rw-r--r--doc/documentation/chapters/developer.texi13
-rw-r--r--doc/documentation/chapters/user.texi2
-rw-r--r--doc/documentation/gnunet.texi5
3 files changed, 8 insertions, 12 deletions
diff --git a/doc/documentation/chapters/developer.texi b/doc/documentation/chapters/developer.texi
index 16039c8d3..d33072057 100644
--- a/doc/documentation/chapters/developer.texi
+++ b/doc/documentation/chapters/developer.texi
@@ -2,7 +2,7 @@
2@node GNUnet Developer Handbook 2@node GNUnet Developer Handbook
3@chapter GNUnet Developer Handbook 3@chapter GNUnet Developer Handbook
4 4
5This book is intended to be an introduction for programmers that want to 50This book is intended to be an introduction for programmers that want to
6extend the GNUnet framework. GNUnet is more than a simple peer-to-peer 6extend the GNUnet framework. GNUnet is more than a simple peer-to-peer
7application. 7application.
8 8
@@ -40,7 +40,7 @@ new chapters, sections or insightful comments.
40 40
41@menu 41@menu
42* Developer Introduction:: 42* Developer Introduction::
43* Internal Dependencies:: 43* Internal dependencies::
44* Code overview:: 44* Code overview::
45* System Architecture:: 45* System Architecture::
46* Subsystem stability:: 46* Subsystem stability::
@@ -1184,7 +1184,7 @@ section in the @file{README} file.
1184First, we need to build or install (depending on your OS) the following 1184First, we need to build or install (depending on your OS) the following
1185packages. If you build them from source, build them in this exact order: 1185packages. If you build them from source, build them in this exact order:
1186 1186
1187@exmaple 1187@example
1188libgpgerror, libgcrypt, libnettle, libunbound, GnuTLS (with libunbound 1188libgpgerror, libgcrypt, libnettle, libunbound, GnuTLS (with libunbound
1189support) 1189support)
1190@end example 1190@end example
@@ -1301,10 +1301,9 @@ You can find specific, detailed instructions for installing of the
1301dependencies (and possibly the rest of the GNUnet installation) in the 1301dependencies (and possibly the rest of the GNUnet installation) in the
1302platform-specific descriptions, which can be found in the Index. 1302platform-specific descriptions, which can be found in the Index.
1303Please consult them now. 1303Please consult them now.
1304If your distribution is not listed, please study 1304If your distribution is not listed, please study the build
1305@ref{Build instructions for Debian 8}, the build instructions for 1305instructions for Debian stable, carefully as you try to install the
1306Debian stable, carefully as you try to install the dependencies for your 1306dependencies for your own distribution.
1307own distribution.
1308Contributing additional instructions for further platforms is always 1307Contributing additional instructions for further platforms is always
1309appreciated. 1308appreciated.
1310Please take in mind that operating system development tends to move at 1309Please take in mind that operating system development tends to move at
diff --git a/doc/documentation/chapters/user.texi b/doc/documentation/chapters/user.texi
index b5457cf15..422619f84 100644
--- a/doc/documentation/chapters/user.texi
+++ b/doc/documentation/chapters/user.texi
@@ -2258,8 +2258,6 @@ list of peers can contact it to download this list.
2258To download this hostlist the peer uses HTTP. 2258To download this hostlist the peer uses HTTP.
2259For this reason you have to build your peer with libgnurl (or libcurl) 2259For this reason you have to build your peer with libgnurl (or libcurl)
2260and microhttpd support. 2260and microhttpd support.
2261How you build your peer with these options can be found here:
2262@xref{Generic installation instructions}.
2263 2261
2264To configure your peer to act as a bootstrap server you have to add the 2262To configure your peer to act as a bootstrap server you have to add the
2265@command{-p} option to @code{OPTIONS} in the @code{[hostlist]} section 2263@command{-p} option to @code{OPTIONS} in the @code{[hostlist]} section
diff --git a/doc/documentation/gnunet.texi b/doc/documentation/gnunet.texi
index 618915501..e1847c227 100644
--- a/doc/documentation/gnunet.texi
+++ b/doc/documentation/gnunet.texi
@@ -75,7 +75,6 @@ This document is the Reference Manual for GNUnet version @value{VERSION}.
75* Preface:: Chapter 0 75* Preface:: Chapter 0
76* Philosophy:: About GNUnet 76* Philosophy:: About GNUnet
77@c * Vocabulary:: Vocabulary 77@c * Vocabulary:: Vocabulary
78* GNUnet Installation Handbook:: How to install GNUnet
79* Using GNUnet:: Using GNUnet 78* Using GNUnet:: Using GNUnet
80@c * Configuration Handbook:: Configuring GNUnet 79@c * Configuration Handbook:: Configuring GNUnet
81* GNUnet Contributors Handbook:: Contributing to GNUnet 80* GNUnet Contributors Handbook:: Contributing to GNUnet
@@ -136,7 +135,7 @@ GNUnet Contributors Handbook
136GNUnet Developer Handbook 135GNUnet Developer Handbook
137 136
138* Developer Introduction:: 137* Developer Introduction::
139* Internal Dependencies:: 138* Internal dependencies::
140* Code overview:: 139* Code overview::
141* System Architecture:: 140* System Architecture::
142* Subsystem stability:: 141* Subsystem stability::
@@ -144,7 +143,7 @@ GNUnet Developer Handbook
144* Build-system:: 143* Build-system::
145* Developing extensions for GNUnet using the gnunet-ext template:: 144* Developing extensions for GNUnet using the gnunet-ext template::
146* Writing testcases:: 145* Writing testcases::
147* Building GNUNet and its dependencies:: 146* Building GNUnet and its dependencies::
148* TESTING library:: 147* TESTING library::
149* Performance regression analysis with Gauger:: 148* Performance regression analysis with Gauger::
150* TESTBED Subsystem:: 149* TESTBED Subsystem::