diff options
Diffstat (limited to 'tutorial-macos.html.j2')
-rw-r--r-- | tutorial-macos.html.j2 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tutorial-macos.html.j2 b/tutorial-macos.html.j2 index fec2850b..df0ff757 100644 --- a/tutorial-macos.html.j2 +++ b/tutorial-macos.html.j2 | |||
@@ -23,7 +23,7 @@ | |||
23 | </p> | 23 | </p> |
24 | 24 | ||
25 | <code> | 25 | <code> |
26 | $ sudo brew install git autoconf automake gcc gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound | 26 | $ sudo brew install git autoconf automake glpk gettext gnutls jansson libextractor libgcrypt libffi libidn2 libmicrohttpd libmpc libtool libunistring pkg-config unbound |
27 | </code> | 27 | </code> |
28 | 28 | ||
29 | <h3>{{ _("Make an installation directory") }}</h3> | 29 | <h3>{{ _("Make an installation directory") }}</h3> |
@@ -84,7 +84,6 @@ | |||
84 | <code> | 84 | <code> |
85 | $ cd ~/gnunet_src<br> | 85 | $ cd ~/gnunet_src<br> |
86 | $ ./bootstrap<br> | 86 | $ ./bootstrap<br> |
87 | $ export CC=gcc-8 | ||
88 | $ export GNUNET_PREFIX=~/gnunet<br> | 87 | $ export GNUNET_PREFIX=~/gnunet<br> |
89 | $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation<br> | 88 | $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation<br> |
90 | </code> | 89 | </code> |