[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: debian instructions
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: debian instructions |
Date: |
Sun, 24 Jan 2021 14:29:30 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new e39a719 debian instructions
e39a719 is described below
commit e39a7196e91cfeac1b93c00d22161ffd6f07434a
Author: Florian Dold <florian@dold.me>
AuthorDate: Sun Jan 24 14:29:25 2021 +0100
debian instructions
---
libeufin/nexus-tutorial.rst | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/libeufin/nexus-tutorial.rst b/libeufin/nexus-tutorial.rst
index 6ef7882..95c2e76 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
-----------------------------
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: debian instructions,
gnunet <=