Can anyone pIs point me into a direction or actually has a solution to install #libbdplus on #endeavouros / #archlinux without getting error of missing #libgcrypt-config?
See: https://www.mail-archive.com/debian-bugs-dist@lists.debian.org/msg1972760.html
@linux
You have to replace these lines with something similar to this (change
libaacs
tolibgcrypt
everywhere). Then runautoreconf -iv
(you must haveautoconf
installed). It will create a new./configure
script which will work if you did everything correctly.Refer to documentation.
@bizdelnick thx I will try it.