summaryrefslogtreecommitdiff
path: root/libeufin
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-24 14:29:25 +0100
committerFlorian Dold <florian@dold.me>2021-01-24 14:29:25 +0100
commite39a7196e91cfeac1b93c00d22161ffd6f07434a (patch)
tree02d8d7f0edd512d78766d592bc9773157f1c357d /libeufin
parentf63f4cea078f26fd5a371762e7da960c1d6794a0 (diff)
downloaddocs-e39a7196e91cfeac1b93c00d22161ffd6f07434a.tar.gz
docs-e39a7196e91cfeac1b93c00d22161ffd6f07434a.tar.bz2
docs-e39a7196e91cfeac1b93c00d22161ffd6f07434a.zip
debian instructions
Diffstat (limited to 'libeufin')
-rw-r--r--libeufin/nexus-tutorial.rst25
1 files changed, 25 insertions, 0 deletions
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 6ef78829..95c2e76c 100644
--- a/libeufin/nexus-tutorial.rst
+++ b/libeufin/nexus-tutorial.rst
@@ -19,6 +19,28 @@ steps in "Setting up the Sandbox".
Installing LibEuFin
===================
+.. warning::
+
+ LibEuFin does not yet ship with any systemd unit files.
+
+ There is an `open bug report <https://bugs.gnunet.org/view.php?id=6719>`__
+ for this issue.
+
+
+Installation on Debian
+----------------------
+
+.. include:: ../frags/installing-debian.rst
+
+To install LibEuFin, you can now simply run:
+
+.. code-block:: console
+
+ # apt install libeufin
+
+Run-time dependencies
+---------------------
+
LibEuFin has the following run-time dependencies:
* OpenJDK 11
@@ -26,6 +48,9 @@ LibEuFin has the following run-time dependencies:
* python3-click (can be installed via ``pip3 install click``)
* python3-requests (can be installed via ``pip3 install requests``)
+These dependencies only need to be installed manually when building from source
+or using the prebuilt binaries.
+
Downloading prebuilt binaries
-----------------------------