You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From some vague memory of some earlier package I'd struggled with, I recalled the command autoreconf -is. That seems to work to replace the first 5 commands you have there, but I'm not entirely sure how autotools works so it may not be the same thing.
Hi, and thanks for your contribution!
It prompted me to actually simplify the build system using cmake and published a documentation, it should be mush easier now. Please check it out and tell me if that solves your initial problem or if you'd still prefer that I had a build.sh
Thanks again,
Brice
Hi,
I had a hard time to compile it, so here is my solution:
libtoolize --force
aclocal
autoheader
automake --force-missing --add-missing
autoconf
./configure
The text was updated successfully, but these errors were encountered: