1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00
Andrew Tridgell b8d69a7ea2 r23795: more v2->v3 conversion
(This used to be commit 84b468b2f8f2dffda89593f816e8bc6a8b6d42ac)
2007-10-10 14:59:14 -05:00
..
2007-10-10 14:59:14 -05:00
2007-10-10 14:59:14 -05:00

Building on Unix with gcc and autotools

If checking out from CVS:

	sh autogen.sh

Then configure, make, make install


Test programs

To build the test programs run 'make check'


Linking to libjson

If your system has pkgconfig then you can just add this to your makefile

CFLAGS += $(shell pkg-config --cflags json)
LDFLAGS += $(shell pkg-config --libs json)