Hello, im trying to install luasec in my project but im getting really frustrated. https://github.com/brunoos/luasec
It seems that you usally use LuaRocks for this but I haven't got that installed and i couldn't understand the instructions for windows.
The instructions says to:
On Windows:
- Use the Visual C++ project to compile the library.
- Copy the 'ssl.lua' file to some place in your LUA_PATH.
- Copy the 'ssl.dll' file to some place in your LUA_CPATH.
- Create a directory 'ssl' in your LUA_PATH and copy 'https.lua' to it.
I downloaded Visual Studio to compile it but it wouldn't work. The ssl.lua and https.lua is included but ssl.dll is not in the directory.