flm01/openwrt/package/luci/libs/nixio
Bart Van Der Meerssche 1fb5d7f4f9 [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
..
.svn [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
axTLS [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
axtls-config [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
axtls-root [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
docsrc [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
lua [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
root [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
src [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
.gitignore [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
LICENSE [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
Makefile [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
NOTICE [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
README [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
nixio-0.3-1.rockspec [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00
standalone.mk [repo] purge the repo to reduce its scope to the Fluksometer v1 firmware 2011-06-16 00:02:59 +02:00

README

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"