Motive Animation System
An open source project by FPL.
 All Classes Functions Variables Typedefs Friends Pages
Building for Windows

Version Requirements

Following are the minimum required versions of tools and libraries you need to build Motive for Windows:

Prerequisites

Prior to building, install the following:

Building with Visual Studio

Generate the Visual Studio project using CMake:

cd motive
cmake -G "Visual Studio 11 2012" .

Open the Motive solution in Visual Studio.

  • Double-click on motive/Motive.sln to open the solution.
  • Select "Build-->Build Solution" from the menu.

To run the unit tests from Visual Studio,

  • Right click on a project, for example angle_test, select "Set as StartUp Project" from the menu.
  • Select "Debug-->Start Debugging", or press F5.