summaryrefslogtreecommitdiff
path: root/frags/installing-gnunet.rst
diff options
context:
space:
mode:
Diffstat (limited to 'frags/installing-gnunet.rst')
-rw-r--r--frags/installing-gnunet.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/frags/installing-gnunet.rst b/frags/installing-gnunet.rst
index 99ff472d..a39358d0 100644
--- a/frags/installing-gnunet.rst
+++ b/frags/installing-gnunet.rst
@@ -2,6 +2,13 @@ Before you install GNUnet, you must download and install the dependencies
mentioned in the previous section, otherwise the build may succeed, but could
fail to export some of the tooling required by GNU Taler.
+On Ubuntu, you also need to install pkg-config, for example:
+
+.. code-block:: console
+
+ $ apt-get install pkg-config
+
+
To install GNUnet, unpack the tarball and change
into the resulting directory, then proceed as follows: