Changes between Version 2 and Version 3 of unixinstallnotes


Ignore:
Timestamp:
Mar 15, 2010, 1:18:44 PM (14 years ago)
Author:
alight
Comment:

Minor typos fixed.

Legend:

Unmodified
Added
Removed
Modified
  • unixinstallnotes

    v2 v3  
    271271}}}
    272272
    273 OpenSceneGraph 2.6.1 
    274 
    275 
    276273CMake
    277274 Will need to make sure that cmake is on the system, if not download and install it
    278275
    279276{{{
    280 ./bootstrap --prefix=${INSTALL_HERE}; make ; make install
    281 
    282277        ozd
    283278        cd cmake-2.6.0
     
    457452This is a fairly lengthy install, so we use the --fast switch to install the minimum.  QT is the cross platform GUI system used by imagelinker, iview and ossimplanet.
    458453
    459 Be sure  to configure with the complete path /usr/local/ossim/Trolltech/Qt-4.4.0.
     454Be sure to configure with the complete path /usr/local/ossim/Trolltech/Qt-4.4.0.
    460455
    461456{{{
    462457        ozd
    463458        cd qt-x11-opensource-src-4.4.0
    464         ./configure --prefix=${INSTALL_HERE}g/Trolltech/Qt-4.4.0 --fast
     459        ./configure --prefix=${INSTALL_HERE}/Trolltech/Qt-4.4.0 --fast
    465460        make
    466461        make install
     
    565560
    566561~/.ossim
    567 
    568 
    569 
    570