我正在尝试在 json-c 中执行示例 c 结构程序。我已经使用 git clone 安装了 json-c。我如何编译我的 c 程序。我必须在 Makefile 中进行哪些更改?或者有没有其他方法可以在json-c中执行程序。
先感谢您。
如果json-c
您可以从https://github.com/json-c/json-c.git克隆,那么https://github.com/json-c/json-c/wiki上的 wiki 会告诉您您需要什么去做:
To setup JSON-C to build on your system please run:
./configure --prefix=/some/install/path
make
make check
make install