1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

19 Commits

Author SHA1 Message Date
Nicolas Williams
2fb099e4cf Promote wiki more in README 2017-01-31 16:13:32 -06:00
Stephen Dolan
239c357af0 Add AppVeyor badge to README.md
Thanks @JanSchulz, @nicowilliams!
2016-01-18 10:15:43 +00:00
David Tolnay
c9003e521c Add travis and coveralls badges to readme 2015-08-25 08:48:40 -07:00
David Tolnay
8f55d6d4ab Use https where possible 2015-08-15 12:23:16 -07:00
Nicolas Williams
ef12efbf8c Fix README 2015-05-02 17:36:37 -05:00
Nicolas Williams
adb9b9b8a7 README: send questions to SO and Freenode 2015-05-02 17:34:59 -05:00
Nicolas Williams
ebc090ad15 README tweaks 2015-02-15 18:34:44 -06:00
Nicolas Williams
8cef5a37ab Add --disable-maintainer-mode; make bison optional
Also flex is now optional.

The outputs of flex and bison are now committed.  By default they get
built, but users who want to build from git can now

    ./configure --disable-maintainer-mode

to turn off the dependency on bison and flex.

Maintainers must, of course, commit the bison and/or flex outputs when
they make changes to parser.y and/or lexer.l, respectively.
2015-02-15 18:34:44 -06:00
Nicolas Williams
972c048149 Add static build instructions (fix #294) 2015-01-01 16:26:55 -06:00
Ian Miell
0f81e1bcd0 Requirements made slightly more complete: cf https://github.com/ianmiell/shutit/blob/master/library/jq/jq.py 2014-11-11 23:02:31 +00:00
Jingwen Owen Ou
d45195ab5c jqplay has a domain now 2014-06-12 18:17:39 -07:00
Nicolas Williams
8212750fe9 Add cross-compilation notes to README
A detailed set of instruction as to how to setup a cross-compilation
environment for OS X and Win32/64 would be nice.
2014-06-04 18:36:30 -05:00
Jingwen Owen Ou
7a83f1c416 Add link to jqplay 2014-03-20 15:49:59 -07:00
Stephen Dolan
a44f739356 Move libtool m4 junk to config/ and delete some autogenerated files. 2013-06-23 12:01:58 +01:00
Stephen Dolan
2a18f97d12 Saner build instructions in README.md
Closes #144
2013-06-18 00:29:05 +01:00
Markus Lanthaler
04b939625b Update README.md
Update the link to the documentation. All GitHub pages are now using the github.io domain.
2013-06-04 13:04:42 +02:00
Stephen Dolan
4b1b9c219a Delete some Autotools junk and update README.
Autotools autogenerated files that change frequently have been
removed, those that don't are still checked in.
2013-05-11 15:15:56 +01:00
Stephen Dolan
fc57cf702c No HTTPS for me, sadly. 2012-09-19 01:12:33 +01:00
Stephen Dolan
3898f744dc Add a README 2012-09-18 23:40:19 +01:00