I build Lua from source on Win7, 32bit, using;
make mingw make install INSTALL_TOP=c:/users/public/lua/5.1
Now LuaRocks complains because “lua51.dll” is missing from my computer.
How can I build it to also generate the required dll’s?
Any help is appreciated
Thijs