Note a hack that's needed when building from the json-c-0.12 git branch (vs a release tarball) to prevent the dependency handling from trying to run automake.

This commit is contained in:
Eric Haszlakiewicz
2017-11-26 23:16:54 -05:00
parent c7e3e0d2de
commit 2fc68d46ac

1
README
View File

@@ -24,6 +24,7 @@ Github repo for json-c:
Then
$ ./configure
$ touch aclocal.m4 Makefile.in # hack around automake dependencies
$ make
$ make install