aboutsummaryrefslogtreecommitdiff
path: root/template/install-on-macos.html.j2
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-07-07 20:44:49 +0200
committerChristian Grothoff <christian@grothoff.org>2019-07-07 20:44:49 +0200
commit91d8a3fea4953698194b676a086ba5fc892c7f85 (patch)
treeb13e69aaf051e73e1c37aa3a76cc1ea1d43deba3 /template/install-on-macos.html.j2
parent58fcc1398a9ceac01ecc74ba29aa8ec0775c3b6b (diff)
parent6dac2c25394ecba19c6c0fb79626d31e92aa124b (diff)
downloadwww-91d8a3fea4953698194b676a086ba5fc892c7f85.tar.gz
www-91d8a3fea4953698194b676a086ba5fc892c7f85.zip
merging
Diffstat (limited to 'template/install-on-macos.html.j2')
-rw-r--r--template/install-on-macos.html.j225
1 files changed, 14 insertions, 11 deletions
diff --git a/template/install-on-macos.html.j2 b/template/install-on-macos.html.j2
index 20f0568b..7a56441f 100644
--- a/template/install-on-macos.html.j2
+++ b/template/install-on-macos.html.j2
@@ -1,8 +1,11 @@
1{% extends "common/base.j2" %} 1{% extends "common/base.j2" %}
2{% block body_content %} 2{% block body_content %}
3<div class="container"> 3<article class="container">
4
5 <header>
6 <h1>{{ _("Tutorial: GNUnet on macOS 10.14 (Mojave)") }}</h1>
7 </header>
4 8
5 <h2>{{ _("Tutorial: GNUnet on macOS 10.14 (Mojave)") }}</h2>
6 9
7 <p> 10 <p>
8 Welcome to the hopefully painless GNUnet tutorial for macOS Mojave! It provides 11 Welcome to the hopefully painless GNUnet tutorial for macOS Mojave! It provides
@@ -11,14 +14,14 @@
11 developers, who want to get in touch with GNUnet for the first time. 14 developers, who want to get in touch with GNUnet for the first time.
12 </p> 15 </p>
13 16
14 <h3>{{ _("Requirements") }}</h3> 17 <h2>{{ _("Requirements") }}</h2>
15 18
16 <p> 19 <p>
17 As a bare minimum, we recommend you install <a href="https://brew.sh">homebrew</a> and <a href="https://developer.apple.com/xcode/">XCode</a> before reading any further. 20 As a bare minimum, we recommend you install <a href="https://brew.sh">homebrew</a> and <a href="https://developer.apple.com/xcode/">XCode</a> before reading any further.
18 </p> 21 </p>
19 22
20 23
21 <h3>{{ _("Installation") }}</h3> 24 <h2>{{ _("Installation") }}</h2>
22 <p> 25 <p>
23 GNUnet is available through homebrew: 26 GNUnet is available through homebrew:
24 </p> 27 </p>
@@ -36,7 +39,7 @@
36 <a href="https://gnunet.org/bugs">let us know</a>. 39 <a href="https://gnunet.org/bugs">let us know</a>.
37 </p> 40 </p>
38 41
39 <h3>{{_("First steps")}}</h3> 42 <h2>{{_("First steps")}}</h2>
40 <p> 43 <p>
41 Congratulations! GNUnet is now installed! Before starting it you 44 Congratulations! GNUnet is now installed! Before starting it you
42 may create a configuration file. By default GNUnet looks in 45 may create a configuration file. By default GNUnet looks in
@@ -116,7 +119,7 @@ vpn (gnunet-service-vpn)
116 </code> 119 </code>
117 </p> 120 </p>
118 121
119 <h3>{{ _("Alternative: Installation from source") }}</h3> 122 <h2>{{ _("Alternative: Installation from source") }}</h2>
120 123
121 <p> 124 <p>
122 The following instructions are only really interesting for developers 125 The following instructions are only really interesting for developers
@@ -141,7 +144,7 @@ vpn (gnunet-service-vpn)
141 </code> 144 </code>
142 </p> 145 </p>
143 146
144 <h4>{{ _("Get the source code") }}</h4> 147 <h3>{{ _("Get the source code") }}</h3>
145 <p> 148 <p>
146 <code> 149 <code>
147 $ cd ~<br> 150 $ cd ~<br>
@@ -149,7 +152,7 @@ vpn (gnunet-service-vpn)
149 </code> 152 </code>
150 </p> 153 </p>
151 154
152 <h4>{{ _("Compile and Install") }}</h4> 155 <h3>{{ _("Compile and Install") }}</h3>
153 156
154 157
155 <p> 158 <p>
@@ -161,7 +164,7 @@ vpn (gnunet-service-vpn)
161 production version. 164 production version.
162 </p> 165 </p>
163 166
164 <h5>{{ _("Option 1: GNUnet for production / usage") }}</h5> 167 <h4>{{ _("Option 1: GNUnet for production / usage") }}</h4>
165 168
166 <p> 169 <p>
167 <code> 170 <code>
@@ -194,12 +197,12 @@ vpn (gnunet-service-vpn)
194 </code> 197 </code>
195 </p> 198 </p>
196 199
197 <h5>{{ _("Option 2: GNUnet experimental") }}</h5> 200 <h4>{{ _("Option 2: GNUnet experimental") }}</h4>
198 201
199 <p> 202 <p>
200 Perform the same steps as for Option 1, but add the configure flat '--enable-experimental' 203 Perform the same steps as for Option 1, but add the configure flat '--enable-experimental'
201 </p> 204 </p>
202 205
203 206
204</div> 207</article>
205{% endblock body_content %} 208{% endblock body_content %}