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

23 Commits

Author SHA1 Message Date
174db0f935 docs: point to Libera.Chat instead of Freenode 2022-05-26 16:01:25 -05:00
82987df98d Improve formatting of flags and link to specific wiki article for cross-compilation. 2020-01-02 10:33:35 -06:00
0ab71031a6 add automake as build dependency to README.md 2018-11-12 16:00:53 -05:00
cb3d5aff84 Improved git build instructions. 2017-05-11 09:05:56 -04:00
2fb099e4cf Promote wiki more in README 2017-01-31 16:13:32 -06:00
239c357af0 Add AppVeyor badge to README.md
Thanks @JanSchulz, @nicowilliams!
2016-01-18 10:15:43 +00:00
c9003e521c Add travis and coveralls badges to readme 2015-08-25 08:48:40 -07:00
8f55d6d4ab Use https where possible 2015-08-15 12:23:16 -07:00
ef12efbf8c Fix README 2015-05-02 17:36:37 -05:00
adb9b9b8a7 README: send questions to SO and Freenode 2015-05-02 17:34:59 -05:00
ebc090ad15 README tweaks 2015-02-15 18:34:44 -06:00
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
972c048149 Add static build instructions (fix #294) 2015-01-01 16:26:55 -06:00
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
d45195ab5c jqplay has a domain now 2014-06-12 18:17:39 -07:00
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
7a83f1c416 Add link to jqplay 2014-03-20 15:49:59 -07:00
a44f739356 Move libtool m4 junk to config/ and delete some autogenerated files. 2013-06-23 12:01:58 +01:00
2a18f97d12 Saner build instructions in README.md
Closes #144
2013-06-18 00:29:05 +01:00
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
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
fc57cf702c No HTTPS for me, sadly. 2012-09-19 01:12:33 +01:00
3898f744dc Add a README 2012-09-18 23:40:19 +01:00