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
Other Compiler
Re: Other Compiler
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
- buddysievers
- Posts: 97
- Joined: Thu Dec 06, 2012 12:10 pm
- Location: Germany
Re: Other Compiler
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...
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...
Re: Other Compiler
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
-
- Developer
- Posts: 707
- Joined: Sun Jul 22, 2012 12:11 am
Re: Other Compiler
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.