Daphne Music Player
M.M.
matus at email.cz
Mon Mar 23 08:30:52 UTC 2026
On Friday, 20 March 2026 at 10:47:12 UTC, Dejan Lekic wrote:
> @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)
I installed from your repo first. But that will not get me the
nightlies or the most recent versions, right?
More information about the Digitalmars-d-announce
mailing list