View Issue Details

IDProjectCategoryView StatusLast Update
0009655TalerWeb site(s)public2025-03-27 16:55
ReporterEmmanuel Assigned Toschanzen  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0009655: Installation of GNUnet must be updated
DescriptionIn
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
```
TagsNo tags attached.

Activities

Emmanuel

2025-03-24 16:14

developer   ~0024299

I forgot ldconfig
```
$ meson setup -Dprefix=/usr/local build
$ meson compile -C build
$ meson install -C build
$ ldconfig
```

Stefan

2025-03-24 17:24

developer   ~0024300

The GNUnet documentation should remain in your hands to keep it consistent, so allow me to have this ticket assigned to you.

schanzen

2025-03-27 16:55

administrator   ~0024319

I suggest linking to https://docs.gnunet.org/latest/installing.html instead of copying what is there.

Issue History

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
2025-03-27 16:55 schanzen Note Added: 0024319