1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00
stedolan-jq/README
2012-12-04 19:50:10 -06:00

11 lines
486 B
Plaintext

Since this is a github project and an autoconf project, the
README file is not used, README.md is the file to READ!
When you checkout the file, run "setup.sh" which gets autoconf initialized.
Then follow the instructions in INSTALL. Real standard stuff...
$ ./setup.sh # initializes Autoconf and builds your release
$ ./setup.sh clean # cleans all the temp files out of your tree
$ ./setup.sh superclean # deletes your release files so you can try again