Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
10 years ago Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
10 years ago Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
10 years ago Added a few lua modules (lpeg, md5, cjson, copas, coxpcall, lzlib, rings, rs232, wsapi, xavante, lzmq, mobdebug), zeromq
Signed-off-by: Dirk Chang <dirk@kooiot.com>
10 years ago |
|
- --- a/config 2019-11-01 13:58:27.907691645 +0800
- +++ b/config 2019-11-01 14:00:52.126290663 +0800
- @@ -1,16 +1,16 @@
- # Installation directories
-
- # Default prefix
- -PREFIX = /usr/local
- +PREFIX = /usr
-
- # Lua version
- LUA_SYS_VER ?= 5.2
-
- # System's libraries directory (where binary libraries are installed)
- -LUA_LIBDIR= $(PREFIX)/lib/lua/$(LUA_SYS_VER)
- +LUA_LIBDIR= $(PREFIX)/lib/lua
-
- # System's lua directory (where Lua libraries are installed)
- -LUA_DIR= $(PREFIX)/share/lua/$(LUA_SYS_VER)
- +LUA_DIR= $(PREFIX)/share/lua
-
- # Lua includes directory
- LUA_INC= $(PREFIX)/include
|