Commit 36e88254 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
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
ln -sf /usr/include/json-c /usr/include/json
rm -rf json-c
pkg
/usr/lib/pkgconfig/.*
lib
/usr/lib/lib.*
headers
/usr/include/json-c/.*
File added
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