diff options
author | Eric Haszlakiewicz <erh+git@nimenees.com> | 2016-12-12 23:01:20 -0500 |
---|---|---|
committer | Eric Haszlakiewicz <erh+git@nimenees.com> | 2016-12-12 23:01:20 -0500 |
commit | 779b77a164287fc2cd23d05f1c3a46a27bab4111 (patch) | |
tree | aeb5a6a222ebdc1bb5e38f5e54ead5811516145d /README.md | |
parent | a443b9f7e723117ffe295695cfe6fb1dfd2b60bb (diff) | |
download | json-c-779b77a164287fc2cd23d05f1c3a46a27bab4111.tar.gz |
Note some minimum versions needed for autoconf, etc...
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,12 +17,12 @@ Home page for json-c: https://github.com/json-c/json-c/wiki Prerequisites: - `gcc`, `clang`, or another C compiler - - `libtool` + - `libtool>=2.2.6b` If you're not using a release tarball, you'll also need: - - `autoconf` (`autoreconf`) - - `automake` + - `autoconf>=2.64` (`autoreconf`) + - `automake>=1.10.3` Make sure you have a complete `libtool` install, including `libtoolize`. |