-
Notifications
You must be signed in to change notification settings - Fork 3
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
Use autotools instead of a makefile #15
base: master
Are you sure you want to change the base?
Conversation
This looks great @CreRecombinase . I'll have a look at it today |
I get |
That's likely because |
This is a really great library. I was working on something similar myself, (way less ambitious, way less impressive), but I think I'd rather drop that and help out with this if you're game. Having an autotools style way of making binaries (
./configure --prefix=wherever && make
) might help drive adoption a little bit. What do you think?