Browse Source

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.

pull/611/head
Eric Haszlakiewicz 7 years ago
parent
commit
2fc68d46ac
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      README

+ 1
- 0
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



Loading…
Cancel
Save