Rework LuCI build system
[project/luci.git] / libs / luci-lib-nixio / README
diff --git a/libs/luci-lib-nixio/README b/libs/luci-lib-nixio/README
new file mode 100644 (file)
index 0000000..ba9b36b
--- /dev/null
@@ -0,0 +1,13 @@
+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"