coolsnowwolf-luci/libs/luci-lib-nixio
2021-07-20 00:40:06 +08:00
..
axTLS first commit 2018-10-17 22:44:12 +08:00
axtls-config first commit 2018-10-17 22:44:12 +08:00
axtls-root/etc/nixio first commit 2018-10-17 22:44:12 +08:00
docsrc optimize luci speed 2019-09-22 08:26:02 -07:00
root first commit 2018-10-17 22:44:12 +08:00
src luci-lib-nixio: fixes compilation under GCC10/11 2021-07-20 00:40:06 +08:00
.gitignore first commit 2018-10-17 22:44:12 +08:00
LICENSE first commit 2018-10-17 22:44:12 +08:00
Makefile luci-lib-nixio: add openssl support 2021-06-30 11:49:56 +08:00
nixio-0.3-1.rockspec first commit 2018-10-17 22:44:12 +08:00
NOTICE first commit 2018-10-17 22:44:12 +08:00
README first commit 2018-10-17 22:44:12 +08: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"