View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009655 | Taler | Web site(s) | public | 2025-03-24 16:10 | 2025-03-24 17:24 |
Reporter | Emmanuel | Assigned To | schanzen | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | assigned | Resolution | open | ||
Summary | 0009655: Installation of GNUnet must be updated | ||||
Description | In https://docs.taler.net/taler-exchange-manual.html#installing-from-source There is a doc on installing GNUnet. But Gnunet changed to Meson. So it should contain something like: ``` $ meson setup -Dprefix=/usr/local build $ meson compile -C build $ meson install -C build ``` | ||||
Tags | No tags attached. | ||||
|
I forgot ldconfig ``` $ meson setup -Dprefix=/usr/local build $ meson compile -C build $ meson install -C build $ ldconfig ``` |
|
The GNUnet documentation should remain in your hands to keep it consistent, so allow me to have this ticket assigned to you. |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-03-24 16:10 | Emmanuel | New Issue | |
2025-03-24 16:10 | Emmanuel | Status | new => assigned |
2025-03-24 16:10 | Emmanuel | Assigned To | => Stefan |
2025-03-24 16:14 | Emmanuel | Note Added: 0024299 | |
2025-03-24 17:24 | Stefan | Assigned To | Stefan => schanzen |
2025-03-24 17:24 | Stefan | Note Added: 0024300 |