Files
luci/libs/nixio
..
2009-06-07 12:38:37 +00:00
2009-07-23 03:32:30 +00:00
2010-03-27 19:17:47 +00:00
2010-04-05 17:39:35 +00:00
2010-03-28 20:43:15 +00:00
2009-05-23 17:21:36 +00:00
2009-04-21 16:26:45 +00:00
2010-03-27 19:17:47 +00:00
2009-04-21 16:26:45 +00:00
2009-04-21 16:26:45 +00:00
2009-07-23 03:32:30 +00:00

Building:
	Use GNU Make.
	make or gmake depending on your system.
	
	Special make flags:

	OS		Override Target OS	[Linux|FreeBSD|SunOS|Windows]
	NIXIO_TLS	TLS-Library		[*openssl|axtls]
	NIXIO_CROSS_CC	MinGW CC (Windows)	`which i586-mingw32msvc-cc`
	LUA_CFLAGS	Lua CFLAGS		`pkg-config --cflags lua5.1`
	LUA_TARGET	Lua compile		target	[*source|strip|compile]
	LUA_MODULEDIR	Install LUA_PATH	"/usr/share/lua/5.1"
	LUA_LIBRARYDIR	Install LUA_CPATH	"/usr/lib/lua/5.1"