demonstar55
09-23-2022, 10:21 PM
You can find the latest download here (https://github.com/luarocks/luarocks/wiki/Download). Snag the "Windows all-in-one executable (64-bit)" one.
Personally I just extracted the exes to my server root folder (where zone.exe is)
I started hosting some prebuilt rocks since compiling them is not the easiest thing (see some instructions here (https://gist.github.com/mackal/c41229f4a5ee2f2dcb7f51042a09d52c) for how to get luasql-mysql built)
The binary rocks can be found here https://mackal.github.io/luarocks/
Example usage:
Open cmd
Navigate to server root folder (where zone.exe is)
Run: luarocks.exe --tree lua_modules --server https://mackal.github.io/luarocks/ install luasql-mysql
You can sub luasql-mysql for something else I've added. If anyone have any requests, I can try to add them.
If you're using the pre-built windows server binaries, you will need to get the Visual Studio and lua lib and headers, https://github.com/EQEmu/Server/releases/download/v1.2/vcpkg-export-x64.zip is what the server is built against. The gist I linked earlier has instructions for that.
Personally I just extracted the exes to my server root folder (where zone.exe is)
I started hosting some prebuilt rocks since compiling them is not the easiest thing (see some instructions here (https://gist.github.com/mackal/c41229f4a5ee2f2dcb7f51042a09d52c) for how to get luasql-mysql built)
The binary rocks can be found here https://mackal.github.io/luarocks/
Example usage:
Open cmd
Navigate to server root folder (where zone.exe is)
Run: luarocks.exe --tree lua_modules --server https://mackal.github.io/luarocks/ install luasql-mysql
You can sub luasql-mysql for something else I've added. If anyone have any requests, I can try to add them.
If you're using the pre-built windows server binaries, you will need to get the Visual Studio and lua lib and headers, https://github.com/EQEmu/Server/releases/download/v1.2/vcpkg-export-x64.zip is what the server is built against. The gist I linked earlier has instructions for that.