commit e39a7196e91cfeac1b93c00d22161ffd6f07434a parent f63f4cea078f26fd5a371762e7da960c1d6794a0 Author: Florian Dold <florian@dold.me> Date: Sun, 24 Jan 2021 14:29:25 +0100 debian instructions Diffstat:
| M | libeufin/nexus-tutorial.rst | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git 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 -----------------------------