-
Notifications
You must be signed in to change notification settings - Fork 65
Compilation
ousnius edited this page Oct 17, 2016
·
15 revisions
Compilation requirements:
- Microsoft Visual C++ 2013
- wxWidgets 3.1.0+
- Extract to: YourProjectDirectory\wxWidgets
- FBX SDK for VS2013: http://www.autodesk.com/products/fbx/overview
- Choose exactly the following path in the installer (without the version number): YourProjectDirectory\libraries\fbx
Compiling with Visual Studio 2013:
- Download the wxWidgets source archive from https://www.wxwidgets.org/
- Unpack it into a folder "wxWidgets" in your projects directory.
- Open up "..\wxWidgets\build\msw\wx_vc12.sln" in Visual Studio 2013.
- Set /MTd for the Debug, both Win32 and x64, configurations of all projects in the solution.
- Set /MT for the Release, both Win32 and x64, configurations of all projects in the solution.
- Build the Debug and Release configurations of the solution.
- Get the "GL/glext.h" header file from https://www.opengl.org/registry/
- Copy it to "%ProgramFiles(x86)%\Windows Kits\8.1\Include\um\gl" (or without (x86) on 32-bit machine)
- Open up the BodySlide solution in Visual Studio 2013 and build it.