You'll probably need the 2012 redist as I built it with 2012 or to go and build Lua yourself.
Building it yourself isn't hard if you want (assuming a 2010 install):
32 Bit
Open: Visual Studio Command Prompt (2010)
cd [serverloc]/dependencies/luaj_x86/src
msvcbuild
64 Bit
Open: Visual Studio x64 Cross Tools Command Prompt (2010)
cd [serverloc]/dependencies/luaj_x64/src
msvcbuild
Then move the resulting lua51.lib and lua51.dll files to appropriate places (make sure to overwrite the ones in /bin).
Some people might fight that too intimidating though and seek to install the redist instead.
|