Other Compiler

Post Reply
User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Other Compiler

Post by buddysievers » Thu Apr 04, 2013 3:50 pm

is it possible to build the servers on windows without windows sdk 7.1 or visual c++ 2010/2012 installed?!
if its possible on linux why not on windows...
maybe with mingw or apache ant ???
thx in advance dear community :roll:

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Other Compiler

Post by whasf » Fri Apr 05, 2013 7:15 am

You don't need the SDK installed, but you kind of need the compiler and libraries (VS 2010/12) to be able to build it.
-- Whasf

User avatar
buddysievers
Posts: 97
Joined: Thu Dec 06, 2012 12:10 pm
Location: Germany

Re: Other Compiler

Post by buddysievers » Fri Apr 05, 2013 8:33 am

yeah i know.
i mean if its possible to compile it on linux with gcc/g++ then it should be able to compile it with mingw on windows...

User avatar
whasf
Site Admin
Posts: 1312
Joined: Thu Jul 19, 2012 9:11 pm

Re: Other Compiler

Post by whasf » Fri Apr 05, 2013 1:48 pm

Why would you want to though? VC++ 2010/2012 Express are free to download & use. It sounds like you're trying to make it more complicated than it needs to be, unless I'm missing something?
-- Whasf

bluekirby0
Developer
Posts: 707
Joined: Sun Jul 22, 2012 12:11 am

Re: Other Compiler

Post by bluekirby0 » Tue Apr 16, 2013 6:21 am

Well mingw/MSYS or cygwin builds might be possible OOTB, but there will probably need to be some adjustments made to the preprocessor macros since the linux build system isn't as flexible as I would like. Ideally we would be using something like cmake instead of autotools, but since almost all of the devs on the project work only on windows that just adds an extra step to the build process.

Post Reply