tDwtp / LuaWiMix

A Lua distribution similar to LuaForWindows without anything but ilua, but with support for Lua 5.1 5.2 and 5.3 including optional luarocks and a switching mechanism.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LuaWiMix

A Lua distribution similar to LuaForWindows without anything but ilua, but with support for Lua 5.1 5.2 and 5.3 including optional luarocks and a switching mechanism.

The switch is used in the commandline via "lua 5? %*" see the batch files. This also applies to luarocks

Requirements

MinGW IS REQUIRED
LuaRocks is configured as follows:

install /P "$INSTDIR\wimix\rocks\${major}${minor}$\"
		/TREE "$INSTDIR\wimix\rocks\${major}${minor}\tree"
		/CMOD "$INSTDIR\${major}${minor}\clibs"
		/LUAMOD "$INSTDIR\${major}${minor}\lua" "
		/LV ${major}.${minor}
		/LUA "$INSTDIR\${major}${minor}\"
		/MW /NOREG /Q

Thus you need MinGW, the best would be to use mingw-get.

About

A Lua distribution similar to LuaForWindows without anything but ilua, but with support for Lua 5.1 5.2 and 5.3 including optional luarocks and a switching mechanism.

License:Other


Languages

Language:Lua 61.4%Language:HTML 20.2%Language:C 12.1%Language:Batchfile 2.9%Language:NSIS 2.5%Language:C++ 0.4%Language:Visual Basic 0.3%Language:Python 0.1%Language:Terra 0.0%Language:CSS 0.0%