luci/libs/nixio
2010-06-10 07:46:36 +00:00
..
axTLS nixio: Fix axTLS configuration, prepare px5g integration 2009-06-06 20:34:33 +00:00
axtls-config Revert "adjust axtls level" 2009-06-07 12:38:37 +00:00
axtls-root/etc/nixio nixio: Fix axTLS configuration, prepare px5g integration 2009-06-06 20:34:33 +00:00
docsrc nixio: 2009-07-14 15:21:00 +00:00
lua libs/nixio: make TLS support optional 2010-03-27 19:16:54 +00:00
root libs/nixio: save uhttpd certs as well 2010-04-05 17:38:05 +00:00
src nixio: Add set_verify_locations for TLS 2010-06-10 07:46: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 libs/nixio: make TLS support optional 2010-03-27 19:16:54 +00:00
nixio-0.3-1.rockspec nixio: 2009-07-14 15:21:00 +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 nixio: Update documentation to prepare 0.3 release 2009-07-11 07:54:57 +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"