beeba53d5f6e5fe0fb3509226175b129bcb51e95
[samba.git] / source4 / lib / json / README
1 Building on Unix with gcc and autotools
2
3 If checking out from CVS:
4
5         sh autogen.sh
6
7 Then configure, make, make install
8
9
10 Test programs
11
12 To build the test programs run 'make check'
13
14
15 Linking to libjson
16
17 If your system has pkgconfig then you can just add this to your makefile
18
19 CFLAGS += $(shell pkg-config --cflags json)
20 LDFLAGS += $(shell pkg-config --libs json)