I am having a hard time to set up luarocks on windows so i can install packages with luarocks.
The official luarocks installation wiki doesn't help as it says the all-in-one package for windows includes an INSTALL.BAT that sets eveything up. The entire installation wiki is based on this INSTALL.BAT, but the all-in-one package doesn't contain this mysterious INSTALL.BAT.
What i have done so far is downloaded lua53 and the latest luarocks (3.3.1) and put them in the following folder structure:
I've added c:\lua\bin and c:\lua\luarocks to PATH variable. I've created a config-5.3.lua at location C:\Program Files\luarocks and C:\Users\Me\AppData\Roaming\luarocks
The content of both config-5.3.lua is:
variables = {
LUA_LIBDIR = "C:\\lua\\lualibs"
}
Now when i want to install a package with luarocks i get the following Error:
What am i suppose to do with the LUA_LIBDIR? I thought it is already set in config-5.3.lua?


