libs/sys: better handle bogomips parsing
[project/luci.git] / libs / nixio / README
1 Building:
2 Use GNU Make.
3 make or gmake depending on your system.
4
5 Special make flags:
6
7 OS Override Target OS [Linux|FreeBSD|SunOS|Windows]
8 NIXIO_TLS TLS-Library [*openssl|axtls]
9 NIXIO_CROSS_CC MinGW CC (Windows) `which i586-mingw32msvc-cc`
10 LUA_CFLAGS Lua CFLAGS `pkg-config --cflags lua5.1`
11 LUA_TARGET Lua compile target [*source|strip|compile]
12 LUA_MODULEDIR Install LUA_PATH "/usr/share/lua/5.1"
13 LUA_LIBRARYDIR Install LUA_CPATH "/usr/lib/lua/5.1"