luci/libs/nixio
2009-05-27 20:08:41 +00:00
..
axTLS Set /etc/private.rsa as default key for axTLS contexts 2009-03-04 13:09:32 +00:00
axtls-config axtls: change cipher profile 2009-05-27 20:08:41 +00:00
axtls-root nixio: Fix generation of private key for axtls 2009-03-04 18:30:56 +00:00
docsrc nixio: 2009-04-26 19:10:36 +00:00
ipkg Still not working... 2009-03-04 17:53:25 +00:00
lua GSoC Commit #1: LuCId + HTTP-Server 2009-05-23 17:21:36 +00:00
src nixio: 2009-04-26 19:10:36 +00:00
.gitignore GSoC Commit #1: LuCId + HTTP-Server 2009-05-23 17:21:36 +00:00
LICENSE Merge nixio 0.2 2009-04-21 16:26:45 +00:00
Makefile Merge nixio 0.2 2009-04-21 16:26:45 +00:00
NOTICE Merge nixio 0.2 2009-04-21 16:26:45 +00:00
README Merge nixio 0.2 2009-04-21 16:26:45 +00:00
standalone.mk Merge nixio 0.2 2009-04-21 16:26:45 +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"