diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-15 01:28:51 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2020-12-15 01:28:51 -0500 |
commit | fa7ce09be95aed633078d3f27f397ce3c9a605df (patch) | |
tree | f1f3c8cfce192c1452e3d7ad01e3de73b7a2de6c | |
parent | 436f455ae2251a88b3ad09873c725c7f174d204a (diff) | |
download | docs-fa7ce09be95aed633078d3f27f397ce3c9a605df.tar.gz docs-fa7ce09be95aed633078d3f27f397ce3c9a605df.tar.bz2 docs-fa7ce09be95aed633078d3f27f397ce3c9a605df.zip |
use installing-gnunet.rst in Merchant Manual
-rw-r--r-- | taler-merchant-manual.rst | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 33568b0..36bf7bb 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -311,27 +311,7 @@ Installing GNUnet .. index:: GNUnet -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. - -To install GNUnet, unpack the tarball and change -into the resulting directory, then proceed as follows: - -.. code-block:: console - - $ ./configure [--prefix=GNUNETPFX] - $ # Each dependency can be fetched from non standard locations via - $ # the '--with-<LIBNAME>' option. See './configure --help'. - $ make - # make install - # ldconfig - -If you did not specify a prefix, GNUnet will install to ``/usr/local``, -which requires you to run the last step as ``root``. -The ``ldconfig`` command (also run as ``root``) makes the -shared object libraries (``.so`` files) -visible to the various installed programs. +.. include:: frags/installing-gnunet.rst There is no need to actually run a GNUnet peer to use the Taler merchant backend -- all the merchant needs from GNUnet is a number of headers and |