Changeset 1868 for OpenSceneGraph/trunk/doc/install.html
- Timestamp:
- 04/13/03 15:26:41 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/doc/install.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/doc/install.html
r1862 r1868 37 37 <u>Compiling and installing the OpenSceneGraph</u></h2> 38 38 The scene graph depends upon Standard C++, STL and OpenGL so you need a 39 C++ compiler up to the task and OpenGL or Mesa installed. The viewer depends40 upon Producer which you'll need to download and install from the Producer website.41 The OSG has it own native ascii file format, and .rgb image reader inbuilt39 C++ compiler up to the task and OpenGL or Mesa installed. The example applications depend 40 upon Open Producer which you'll need to download and install from the Producer website. 41 The OSG has it own native ascii file format, and .rgb image reader 42 42 which allows you read the example data with any dependencies other than 43 43 C++, STL and OpenGL. 44 <p>The osgText library adds the dependency of the freetype library for45 support of true type fonts, however it is not essential to the core library,46 so you can comment it out from compilation by modifying the src/Makefile,47 and examples/Makefile. I you wish to use fonts then you can download freetype48 from www.freetype.org. The osgText library also requires an up to date49 GLU implementation which supports GLU1.2 tessellation routines. If you50 your current GLU is out of date you'll need to download the latest, for51 instance the sgi's sample implementation for GLU from the www.opengl.org52 website.53 44 <p>The OSG also has a set of plug-ins which support non-native 3d database 54 45 and image formats, several have no dependencies on external libraries (flt,3ds,obj,
