Skip to content

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

tDwtp/LuaWiMix

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

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