commit dcead799f1fbc1167e01184b6ea0e55cc1f8fe4c parent 9672a5f4ec5f60310de48bed5c980a963254650a Author: Thien-Thi Nguyen <ttn@gnuvola.org> Date: Tue, 15 Dec 2020 01:46:45 -0500 use installing-taler-exchange.rst in Auditor Manual Diffstat:
| M | taler-auditor-manual.rst | | | 21 | +-------------------- |
1 file changed, 1 insertion(+), 20 deletions(-)
diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst @@ -201,26 +201,7 @@ the exchange (which includes the code for the auditor). .. include:: frags/installing-gnunet.rst -To download and install the GNU Taler exchange, proceeds as follows: - -.. code-block:: console - - $ git clone git://git.taler.net/exchange - $ cd exchange - $ ./bootstrap - $ ./configure [--prefix=EXCHANGEPFX] \ - [--with-gnunet=GNUNETPFX] - $ # Each dependency can be fetched from non standard locations via - $ # the '--with-<LIBNAME>' option. See './configure --help'. - $ make - # make install - -If you did not specify a prefix, the exchange will install to -``/usr/local``, which requires you to run the last step as ``root``. -Note that you have to specify ``--with-gnunet=/usr/local`` if you -installed GNUnet to ``/usr/local`` in the previous step. - -.. Can we simply point to released tarballs? --ttn +.. include:: frags/installing-taler-exchange.rst Configuration