aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README27
1 files changed, 26 insertions, 1 deletions
diff --git a/README b/README
index 6e0c74472..9f6c0d20d 100644
--- a/README
+++ b/README
@@ -1,5 +1,26 @@
1 Welcome to GNUnet 1 Welcome to GNUnet
2 2
3ToC
4===
5
6* ToC
7* What is GNUnet?
8* Dependencies
9 o direct dependencies
10 o test suite dependencies
11 o optional dependencies
12 o autotools
13* Requirements
14* How to install
15 o binary packages
16 o Scope of Operating System support
17 o Building GNUnet from source
18* Configuration
19* Usage
20* Hacking GNUnet
21* Running HTTP on port 80 and HTTPS on port 443
22* Further Reading
23* Stay tuned
3 24
4What is GNUnet? 25What is GNUnet?
5=============== 26===============
@@ -31,6 +52,7 @@ Dependencies:
31============= 52=============
32 53
33These are the direct dependencies for running GNUnet: 54These are the direct dependencies for running GNUnet:
55~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34 56
35- libmicrohttpd >= 0.9.52 57- libmicrohttpd >= 0.9.52
36- libgcrypt >= 1.6 58- libgcrypt >= 1.6
@@ -71,6 +93,7 @@ These are the direct dependencies for running GNUnet:
71- Bash (for some scripts) 93- Bash (for some scripts)
72 94
73These are the dependencies for GNUnet's testsuite: 95These are the dependencies for GNUnet's testsuite:
96~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74 97
75- Posix Shell (for some tests) 98- Posix Shell (for some tests)
76- Bash (for some tests[*4]) 99- Bash (for some tests[*4])
@@ -84,6 +107,7 @@ These are the dependencies for GNUnet's testsuite:
84 107
85 108
86These are the optional dependencies: 109These are the optional dependencies:
110~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87 111
88- Bash (for Docker and Vagrant) 112- Bash (for Docker and Vagrant)
89- libjansson 113- libjansson
@@ -114,6 +138,7 @@ These are the optional dependencies:
114 https://github.com/schanzen/libgabe) 138 https://github.com/schanzen/libgabe)
115 139
116Recommended autotools for compiling the Git version are: 140Recommended autotools for compiling the Git version are:
141~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117 142
118- autoconf >= 2.59 143- autoconf >= 2.59
119- automake >= 1.11.1 144- automake >= 1.11.1
@@ -497,7 +522,7 @@ Further Reading
497 https://old.gnunet.org/bibliography 522 https://old.gnunet.org/bibliography
498 523
499 The Drupal access will be replaced by a new interface to our 524 The Drupal access will be replaced by a new interface to our
500 bibliography in 2019. 525 bibliography in the foreseeable future.
501 526
502 527
503Stay tuned 528Stay tuned