taler
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Taler] libeufin documentation correction


From: Slack Coder
Subject: [Taler] libeufin documentation correction
Date: Thu, 4 Jan 2024 17:16:36 -0500
User-agent: Mozilla Thunderbird

Hi,

There is a mistake in the documentation for [building libeufin-bank from source](https://docs.taler.net/libeufin/bank-manual.html#building-from-source).

```
./bootstrap
./configure --prefix=$PREFIX
make install-bank
```

The is no 'install-bank' make target, it should be

```
./bootstrap
./configure --prefix=$PREFIX
make
make install-nobuild-bank
```

Thanks!

Slack Coder


reply via email to

[Prev in Thread] Current Thread [Next in Thread]