Changeset 1912 for OpenSceneGraph/trunk/doc/dependencies.html
- Timestamp:
- 04/24/03 15:44:30 (10 years ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/doc/dependencies.html (modified) (11 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/doc/dependencies.html
r1902 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr> … … 37 37 <a NAME="Scene graph dependencies"></a><u>Scene graph dependencies</u></h2> 38 38 The OpenSceneGraph is composed of core scene graph libraries, plugins libraries 39 and demo programs. The core scene graph libraries (osg, osgDB, osgUtil )39 and demo programs. The core scene graph libraries (osg, osgDB, osgUtil, osgText, osgParticle, osgSim) 40 40 are only dependent upon OpenGL and Standard C++ so should compile straight 41 out of the box on most systems. To run the demos one will also need to41 out of the box on most systems. To run the examples one will also need to 42 42 compile osgProducer which adds the dependency of Producer, and if true type text 43 43 is required then the freetype library will be required. The plugins which … … 73 73 74 74 <ul> 75 <li>76 src/osgText - The osgText library supports true type fonts via the freetype77 library.</li>78 79 <ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul>80 75 81 76 <li> 82 77 src/osgProducer - The osgProducer library depends upon, you guessed it, Producer...</li> 83 78 84 <ul><i><a href="http://www.andesengineering.com/Producer">"http://www.andesengineering.com/Producer</a></i></ul> 79 <ul><i><a href="http://www.andesengineering.com/Producer">http://www.andesengineering.com/Producer</a></i></ul> 80 <br> 81 The examples which are included with the distribution depend upon osgProducer (and hence Producer) 82 but if you don't need the examples or osgProducer you need to compile them, and can remove 83 references to osgProducer and the examples by editing your VisualStudio workspace files or 84 Make/makedirdefs approrpiately. 85 85 </ul> 86 86 … … 96 96 them at all. Its best to try out a straight compile of the osg, if you 97 97 get missing includes/libs errors then chase up the below. 98 <br> 98 99 <ul> 100 101 <br> 102 <li> 103 src/osgPlugins/freetype - The osgText library supports true type fonts via the freetype 104 library.</li> 105 106 <ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul> 107 <br> 108 99 109 <li> 100 110 src/osgPlugins/pfb</li> … … 107 117 <ul><i><a href="http://www.sgi.com/">http://www.sgi.com/</a></i></ul> 108 118 119 <br> 109 120 <li> 110 121 src/osgPlugins/png</li> … … 116 127 <br><i><a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zip.org/pub/infozip/zlib/</a></i></ul> 117 128 129 <br> 118 130 <li> 119 131 src/osgPlugins/gif</li> … … 126 138 <ul><i><a href="ftp://prtr-13.ucsc.edu/pub/libungif/">ftp://prtr-13.ucsc.edu/pub/libungif/</a></i></ul> 127 139 140 <br> 128 141 <li> 129 142 src/osgPlugins/jpeg</li> … … 134 147 <ul><i><a href="http://www.ijg.org/">http://www.ijg.org/</a></i></ul> 135 148 149 <br> 136 150 <li> 137 151 src/osgPlugins/tiff</li> … … 142 156 <ul><i><a href="http://www.libtiff.org">http://www.libtiff.org</a></i></ul> 143 157 158 <br> 144 159 <li> 145 160 src/osgPlugins/zip</li> … … 150 165 <ul><i><a href="http://www.freesoftware.com/pub/infozip/">http://www.freesoftware.com/pub/infozip/</a></i></ul> 151 166 167 <br> 152 168 <li> 153 169 src/osgPlugins/tgz</li> … … 159 175 <br><a href="ftp://prep.ai.mit.edu/pub/gnu/tar/">ftp://prep.ai.mit.edu/pub/gnu/tar/</a></ul> 160 176 177 <br> 161 178 <li> 162 179 src/osgPlugins/osgtgz</li>
