Skip to content
/ LuaWiMix Public

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

Notifications You must be signed in to change notification settings

tDwtp/LuaWiMix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published