- OpenSceneGraph 3.0: Beginner's Guide
- Rui Wang Xuelei Qian
- 64字
- 2021-03-27 00:35:39
Generating packages using Visual Studio
The Microsoft Visual Studio IDE provides a truly high-end compiler that is used for building binaries from source code under Windows. It uses a solution file (.sln) to organize a set of projects. CMake will generate an OpenSceneGraph.sln
file at the root of the build directory. Open the solution file and start building OSG with the Visual Studio compiler.