标签:
一、安装(编译)工具:
CMake工具 —— 下载地址:https://cmake.org/download/ 例如:cmake-3.4.3-win32-x86.zip
二、OSG编译的相关程序:
(1)OSG源代码 —— 下载地址:http://www.openscenegraph.org/index.php/download-section/stable-releases 例如:OpenSceneGraph-3.4.0.zip
(2)OSG测试数据 —— 下载地址:http://www.openscenegraph.org/index.php/download-section/data 例如:OpenSceneGraph-Data-3.4.0.zip
(3)OSG第三方库 —— 下载地址:http://www.openscenegraph.org/index.php/download-section/dependencies 例如:3rdParty_VS2013_v120_x86_x64_V9_full.7z
三、解压目录安排:
F:\OSG\3rdParty_VS2013_v120_x86_x64_V9_full
F:\OSG\cmake-3.4.3-win32-x86
F:\OSG\OpenSceneGraph-3.4.0
F:\OSG\OpenSceneGraph-Data
等待后续编辑...
标签:
原文地址:http://www.cnblogs.com/baipengchao/p/5175461.html