-
Notifications
You must be signed in to change notification settings - Fork 40
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
Autotools build system? #10
Comments
please oh god no. lots of people (including me) run away screaming from autotools. please learn to use any of the many build systems for 2015:
|
i normally don't make comments like these in general, but autotools is one of those that cuts through all sorts of social barriers. all is fair in love, war, and preventing people from autotools hell. (don't mean to be a jerk, just mean to prevent obscurity and pain) |
I don't plan to start any argument here. I volunteered to do it. Multiple build systems are not orthogonal, in other projects I participate we use both GYP (which sucks in its own way) and autotools, and that's fine. A better way to reply to my offer would be other to add some reasoning why it would be such a bad idea for this project specifically. |
cmake... |
Have you tried compiling this on the windows machiene? |
I know, I know, autotools is what everyone loves to hate, but given how tiny this library is I think the benefits outweigh the drawbacks:
I you're onboard with it, I could work on a patch, it shouldn't be too hard since the project is not big and it's pretty straightforward to build.
The text was updated successfully, but these errors were encountered: