Page 1 of 1

tip for building on windows

PostPosted: 17 Sep 2013, 04:54
by xenoglyph
Still getting the build environment set up properly, but it took me a little bit to figure this bit out, so thought I'd share.

If you have MSVC installed, you'll need to add the following arguments to WAF: --check-c-compiler=gcc --check-cxx-compiler=g++
i.e. "./waf configure --check-c-compiler=gcc --check-cxx-compiler=g++"

Re: tip for building on windows

PostPosted: 18 Sep 2013, 15:08
by amuzen
Thanks for the tip. I added it to the wiki.

If you run into any other issues with the environment or compilation, let me know. I'll gladly help resolve them.