commit 11494bc1f453aa7d01c106de5f10d932279e6c50 parent efe39942b7101c72e43b5033a89c19b233051c3c Author: Antoine A <> Date: Tue, 18 Nov 2025 19:46:45 +0100 magnet-bank: update manual Diffstat:
| M | taler-magnet-bank-manual.rst | | | 13 | +++---------- |
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/taler-magnet-bank-manual.rst b/taler-magnet-bank-manual.rst @@ -39,19 +39,13 @@ Magnet Bank Adapter belongs to the Taler Rust project, and can be downloaded via $ git clone git://git.taler.net/taler-rust $ cd taler-rust -You will need the latest version of the rust stable toolchain: +You will need the latest version of the rust stable toolchain and a C toolchain: .. code-block:: console - $ sudo apt install rustup + $ sudo apt install rustup build-essential $ rustup toolchain install stable -And a working C toolchain: - -.. code-block:: console - - $ sudo apt install build-essential - Then from top-level run: .. code-block:: console @@ -65,9 +59,8 @@ To install the adapter as a Debian/Ubuntu package with an automated secure setup .. code-block:: console - $ cargo install cargo-deb $ make deb - $ sudo dpkg -i target/debian/taler-magnet-bank*.deb + $ sudo dpkg -i ../taler-magnet-bank*.deb If the previous steps succeeded, the ``taler-magnet-bank`` command should be found in the $PATH.