Show
Ignore:
Timestamp:
04/24/03 15:44:30 (10 years ago)
Author:
robert
Message:

Updates to docs.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • OpenSceneGraph/trunk/doc/dependencies.html

    r1902 r1912  
    77</head> 
    88<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"> 
    1010<table> 
    1111<tr> 
     
    3737<a NAME="Scene graph dependencies"></a><u>Scene graph dependencies</u></h2> 
    3838The OpenSceneGraph is composed of core scene graph libraries, plugins libraries 
    39 and demo programs. The core scene graph libraries (osg, osgDB, osgUtil) 
     39and demo programs. The core scene graph libraries (osg, osgDB, osgUtil, osgText, osgParticle, osgSim) 
    4040are 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 to 
     41out of the box on most systems. To run the examples one will also need to 
    4242compile osgProducer which adds the dependency of Producer, and if true type text 
    4343is required then the freetype library will be required. The plugins which 
     
    7373 
    7474<ul> 
    75 <li> 
    76 src/osgText - The osgText library supports true type fonts via the freetype 
    77 library.</li> 
    78  
    79 <ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul> 
    8075 
    8176<li> 
    8277src/osgProducer - The osgProducer library depends upon, you guessed it, Producer...</li> 
    8378 
    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> 
     81The examples which are included with the distribution depend upon osgProducer (and hence Producer) 
     82but if you don't need the examples or osgProducer you need to compile them, and can remove 
     83references to osgProducer and the examples by editing your VisualStudio workspace files or 
     84Make/makedirdefs approrpiately. 
    8585</ul> 
    8686 
     
    9696them at all. Its best to try out a straight compile of the osg, if you 
    9797get missing includes/libs errors then chase up the below. 
     98<br> 
    9899<ul> 
     100 
     101<br> 
     102<li> 
     103src/osgPlugins/freetype - The osgText library supports true type fonts via the freetype 
     104library.</li> 
     105 
     106<ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul> 
     107<br> 
     108 
    99109<li> 
    100110src/osgPlugins/pfb</li> 
     
    107117<ul><i><a href="http://www.sgi.com/">http://www.sgi.com/</a></i></ul> 
    108118 
     119<br> 
    109120<li> 
    110121src/osgPlugins/png</li> 
     
    116127<br><i><a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zip.org/pub/infozip/zlib/</a></i></ul> 
    117128 
     129<br> 
    118130<li> 
    119131src/osgPlugins/gif</li> 
     
    126138<ul><i><a href="ftp://prtr-13.ucsc.edu/pub/libungif/">ftp://prtr-13.ucsc.edu/pub/libungif/</a></i></ul> 
    127139 
     140<br> 
    128141<li> 
    129142src/osgPlugins/jpeg</li> 
     
    134147<ul><i><a href="http://www.ijg.org/">http://www.ijg.org/</a></i></ul> 
    135148 
     149<br> 
    136150<li> 
    137151src/osgPlugins/tiff</li> 
     
    142156<ul><i><a href="http://www.libtiff.org">http://www.libtiff.org</a></i></ul> 
    143157 
     158<br> 
    144159<li> 
    145160src/osgPlugins/zip</li> 
     
    150165<ul><i><a href="http://www.freesoftware.com/pub/infozip/">http://www.freesoftware.com/pub/infozip/</a></i></ul> 
    151166 
     167<br> 
    152168<li> 
    153169src/osgPlugins/tgz</li> 
     
    159175<br><a href="ftp://prep.ai.mit.edu/pub/gnu/tar/">ftp://prep.ai.mit.edu/pub/gnu/tar/</a></ul> 
    160176 
     177<br> 
    161178<li> 
    162179src/osgPlugins/osgtgz</li>