diff options
Diffstat (limited to 'template/tutorial-ubuntu1804.html.j2')
-rw-r--r-- | template/tutorial-ubuntu1804.html.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/tutorial-ubuntu1804.html.j2 b/template/tutorial-ubuntu1804.html.j2 index 3f01e7ff..32d4dc91 100644 --- a/template/tutorial-ubuntu1804.html.j2 +++ b/template/tutorial-ubuntu1804.html.j2 | |||
@@ -35,8 +35,9 @@ | |||
35 | $ sudo apt install git libtool autoconf autopoint \<br> | 35 | $ sudo apt install git libtool autoconf autopoint \<br> |
36 | build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> | 36 | build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> |
37 | libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> | 37 | libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> |
38 | libjansson-dev libcurl4-gnutls-dev libsqlite3-dev openssl \<br> | 38 | libjansson-dev libcurl4-gnutls-dev gnutls-bin libsqlite3-dev \<br> |
39 | libnss3-tools libmicrohttpd-dev | 39 | openssl libnss3-tools libmicrohttpd-dev libopus-dev libpulse-dev \<br> |
40 | libogg-dev | ||
40 | </code> | 41 | </code> |
41 | </section> | 42 | </section> |
42 | <section> | 43 | <section> |
@@ -78,7 +79,6 @@ | |||
78 | <code> | 79 | <code> |
79 | $ cd ~/gnunet_installation/gnunet<br> | 80 | $ cd ~/gnunet_installation/gnunet<br> |
80 | $ ./bootstrap<br> | 81 | $ ./bootstrap<br> |
81 | $ export GNUNET_PREFIX=/usr<br> | ||
82 | $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br> | 82 | $ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --with-microhttpd=/opt/libmicrohttpd<br> |
83 | $ sudo addgroup gnunetdns<br> | 83 | $ sudo addgroup gnunetdns<br> |
84 | $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br> | 84 | $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br> |