summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2020-05-28 19:12:28 +0200
committerxrs <xrs@mail36.net>2020-05-28 19:12:28 +0200
commit2ff5e6090f8969647340327fb2f989e01d11577e (patch)
tree12636f640fd2a35fb48d0b24254013d87ed1af3e
parent2ac3082627c9089ba5c393d0354e16f622c283f1 (diff)
add hint to install guides
-rw-r--r--template/install.html.j212
1 files changed, 12 insertions, 0 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index 63939f66..d8372b26 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -55,6 +55,18 @@ If you have any queries about the installation or the usage, please <a href="eng
<h3>From source</h3>
<p>
{% trans %}
+ Next we describe a generic way to install from source.
+ (Feel free to have a look at some of our install guides made for different Operating Systems:
+ <a href="install-on-archpi.html">ArchPi</a>,
+ <a href="install-on-debian9.html">Debian 9</a>,
+ <a href="install-on-macos.html">Mac OS</a>,
+ <a href="install-on-netbsd.html">NetBSD</a>,
+ <a href="install-on-openwrt.html">OpenWrt</a>,
+ <a href="install-on-ubuntu1804.html">Ubuntu 1804</a>.)
+ {% endtrans %}
+ </p>
+ <p>
+ {% trans %}
First, install the <a href="https://git.gnunet.org/gnunet.git/tree/README">required dependencies</a> of GNUnet. There are base requirements and optional
requirements.
{% endtrans %}