summaryrefslogtreecommitdiff
path: root/frags/installing-gnunet.rst
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-10-10 14:46:48 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-10-10 14:46:54 +0200
commit0d65e4ff86f092bee262e5a7b0a27a778c79b913 (patch)
treef91ce2d576fc3152ef18f51d4d7440137f121323 /frags/installing-gnunet.rst
parentb1162a91408f83153dfdfea0ecd9422baf2af27f (diff)
downloaddocs-0d65e4ff86f092bee262e5a7b0a27a778c79b913.tar.gz
docs-0d65e4ff86f092bee262e5a7b0a27a778c79b913.tar.bz2
docs-0d65e4ff86f092bee262e5a7b0a27a778c79b913.zip
pkg-config is required
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: