• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Compiling Linking using Visual Studio 2013 (OTX 2)

Elwyn

Well-Known Member
Joined
Aug 24, 2014
Messages
212
Reaction score
76
Hello,
I'm trying to compile OTX 2 (8.71) using Visual Studio.
I installed all dependencies using NuGet, among them: sqlite, lua51, zlib, libiconv, libxml2. Installed as well TFS-SDK 2.0 and lib boost. When trying to compile the project I get the following warning:

1>LINK : fatal error LNK1181: cannot open input file 'lua51.lib'

Even though I do have lua51.lib installed using NuGet. I can find it on my source folder > packages > lua51.5.1.5

If I link it directly going to the exact folder where I can find the lua51.lib there's no warning, but then I get warning for the next lib. Is there a way to make this more automatic? Can't I link just the package folder?
 
Last edited:
Back
Top