commit 0d65e4ff86f092bee262e5a7b0a27a778c79b913
parent b1162a91408f83153dfdfea0ecd9422baf2af27f
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Tue, 10 Oct 2023 14:46:48 +0200
pkg-config is required
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git 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: