Scene Lab
An open source project by FPL.
 All Classes Namespaces Files Functions Pages
Building for Windows

Version Requirements

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

Prerequisites

Prior to building, install the following:

Building with Visual Studio

Generate the Visual Studio project using CMake:

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

Open the Scene Lab solution in Visual Studio.

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