-
Notifications
You must be signed in to change notification settings - Fork 440
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
Addition of a build system generator #53
Labels
Comments
It would be great to add a Bazel BUILD file as well. |
benley
added a commit
to benley/jsonnet
that referenced
this issue
Dec 8, 2015
To really do this properly would probably mean setting up autoconf and/or automake, which doesn't sound like a ton of fun. This mimics a subset of what such a system would produce, which should make life easier for distribution packagers. This tangentally addresses google#53.
benley
added a commit
to benley/jsonnet
that referenced
this issue
Dec 9, 2015
Still need to restore the docs, javascript, python ext, and tests, but this does actually build jsonnet and a shared libjsonnet.so with libtool now. Fixes: google#53
autotools is such a weird thing to set up, but I've gotten a decent start on it now. |
I've studiously avoided autotools for 2 decades but I suppose I won't get away with it anymore ;) |
At least it ought to be fairly low-maintenance once it's set up :-) |
benley
added a commit
to benley/jsonnet
that referenced
this issue
Dec 9, 2015
benley
added a commit
to benley/jsonnet
that referenced
this issue
Dec 9, 2015
This was referenced Nov 20, 2023
Thanks for the improved development tool support. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest to reuse a higher level build system than your current small make file so that powerful checks for software features will become easier.
The text was updated successfully, but these errors were encountered: