summaryrefslogtreecommitdiff
path: root/frags
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-11-20 08:08:42 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-11-20 08:08:42 -0500
commitdd6f90a40e6f8a600b465135de4ba3e9bc27e839 (patch)
tree49568d306fd8dd7ffaf9945a72c243f40fbf9ca5 /frags
parentd3655485d040646ca1e063713590e515bdd93af2 (diff)
downloaddocs-dd6f90a40e6f8a600b465135de4ba3e9bc27e839.tar.gz
docs-dd6f90a40e6f8a600b465135de4ba3e9bc27e839.tar.bz2
docs-dd6f90a40e6f8a600b465135de4ba3e9bc27e839.zip
Document "make install" before "make check" quirk
* frags/install-before-check.rst: New. * taler-auditor-manual.rst (Installing from source): Add ‘include::’ directive for new frag. * taler-exchange-manual.rst (Installing from source): Likewise. * taler-merchant-manual.rst (Installing the GNU Taler merchant backend): Likewise.
Diffstat (limited to 'frags')
-rw-r--r--frags/install-before-check.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/frags/install-before-check.rst b/frags/install-before-check.rst
new file mode 100644
index 00000000..2476a383
--- /dev/null
+++ b/frags/install-before-check.rst
@@ -0,0 +1,10 @@
+Please note that unlike most packages, if you want to run the ``make check``
+command, you should run it only *after* having done ``make install``. The
+latter ensures that necessary binaries are copied to the right place.
+
+Gratuitous editorial note by TTN: I think this is a quirk that we should
+fix in the long-term as such weirdness might hide other build issues.
+However, this is probably a minority viewpoint.
+
+In any case, if ``make check`` fails, please consider filing a
+bug report with the Taler `bug tracker <https://bugs.taler.net>`__.