aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/chapters/developer.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation/chapters/developer.texi')
-rw-r--r--doc/documentation/chapters/developer.texi13
1 files changed, 6 insertions, 7 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