Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build script #3

Open
zoobab opened this issue Sep 26, 2015 · 3 comments
Open

Build script #3

zoobab opened this issue Sep 26, 2015 · 3 comments
Assignees

Comments

@zoobab
Copy link

zoobab commented Sep 26, 2015

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

@ScoreUnder
Copy link

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.

@unbrice
Copy link
Owner

unbrice commented Dec 13, 2015

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

@KenSharp
Copy link
Contributor

Build works fine here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants