summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-11 15:15:56 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-11 15:15:56 +0100
commit4b1b9c219a37488e4b113e87216da121671b2297 (patch)
treebce35b323902e75401fc42e65256cd664e0968a5 /README.md
parent4a5405e4b824b9f935f3f398c53fb83b8d07a15c (diff)
Delete some Autotools junk and update README.autotools
Autotools autogenerated files that change frequently have been removed, those that don't are still checked in.
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index df9ac4dd..fa78e7a5 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,16 @@ If you want to learn to use jq, read the documentation at
documentation is generated from the docs/ folder of this repository.
If you want to hack on jq, feel free, but be warned that its internals
-are not well-documented at the moment. Bring a hard hat and a shovel.
+are not well-documented at the moment. Bring a hard hat and a
+shovel. Also, read the wiki: http://github.com/stedolan/jq/wiki
-You can find some basic build instructions at
-[http://stedolan.github.com/jq/download](http://stedolan.github.com/jq/download)
+To build jq, run
+
+ ./configure
+ make
+ sudo make install (optionally)
+
+If you've just checked out the latest version from git (rather than
+using a released source tarball) then you'll need to run this first:
+
+ autoreconf