Page 1 of 1

VS 2015 build is broken

Posted: 06 Aug 2016, 22:44
by Vincent
I'm trying to build wz2100 on Windows, however the build instructions on the wiki are obsolete :
http://developer.wz2100.net/wiki/Compil ... ndows/MSVC
The link to the developper package is broken.
Some dependencies are missing : http://developer.wz2100.net/wiki/CompileGuide
It looks like WZ2100 requires at least vorbis.
VS2015 also doesn't find glm while it's provided in the tree.

Re: VS 2015 build is broken

Posted: 07 Aug 2016, 03:42
by Vincent
I *think* I solved most of build issue with MSVC 2015. Nuget provides several dependencies (glew libpng zlib sdl2 openssl physfs) and I managed to make openal and ogg build as part of sln. I guess vorbis and theora can be build in a similar way however I don't know how to build quesoglc. It relies on freetype2 (which is available on nuget) fontconfig and fribidi which seem not to have Windows build procedure...
How did you build quesoglc ? Where is it used ? I think it would be nice to drop it for direct freetype 2 usage to avoid relying on GL.

Re: VS 2015 build is broken

Posted: 07 Aug 2016, 20:32
by Vincent
Please see ticket 4465.