Daphne Music Player

Dejan Lekic dejan.lekic at gmail.com
Fri Mar 20 10:47:12 UTC 2026


@M.M.

I am on Fedora too. You need to build TagLib 2.x and install it 
to /usr/local, and add this to dub.json:

```json
   "lflags": [
     "/usr/local/lib64/libtag.so",
     "/usr/local/lib64/libtag_c.so",
     "-lz"
   ]
```

I am hoping Fedora 44 will have TagLib 2.x by default so I do not 
have to do this...
(TagLib 1 is in /usr/lib64 - that is why full paths)


More information about the Digitalmars-d-announce mailing list