Commit 609dba46 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Updated json-c to 0.13.1

parent 36e88254
all:
tar xf json-c.tar.xz
cd json-c && autoreconf -i
cd json-c && ./configure --prefix=/usr
$(MAKE) -C json-c
$(MAKE) -C json-c check
$(MAKE) -C json-c install
tar xf json-c-0.13.1.tar.xz
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
ln -sf /usr/include/json-c /usr/include/json
rm -rf json-c
rm -rf json-c-0.13.1
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