Thread: build failed
View Single Post
  #12  
Old 07-13-2013, 11:24 PM
KLS
Administrator
 
Join Date: Sep 2006
Posts: 1,348
Default

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.
Reply With Quote