Commit 234878d1 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated json-c to 0.14-20200419

parent 0efe6bfc
all:
tar xf json-c-0.13.1.tar.gz
cd json-c-0.13.1 && autoreconf -i
cd json-c-0.13.1 && ./configure --prefix=/usr
$(MAKE) -C json-c-0.13.1
$(MAKE) -C json-c-0.13.1 check
$(MAKE) -C json-c-0.13.1 install
tar xf json-c-0.14-20200419.tar.gz
cd json-c-json-c-0.14-20200419 && autoreconf -i
cd json-c-json-c-0.14-20200419 && ./configure --prefix=/usr
$(MAKE) -C json-c-json-c-0.14-20200419
$(MAKE) -C json-c-json-c-0.14-20200419 check
$(MAKE) -C json-c-json-c-0.14-20200419 install
ln -sf /usr/include/json-c /usr/include/json
rm -rf json-c-0.13.1
rm -rf json-c-json-c-0.14-20200419
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment