Changes between Version 1 and Version 2 of LinuxBuild


Ignore:
Timestamp:
May 14, 2007, 10:07:55 AM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LinuxBuild

    v1 v2  
    2121ossim_qt requires Trolltech Qt Toolkit 3. If both Qt 3 and 4 are installed, as is the case in most up to date systems, environment variables need to be set to use the qt3 install for building.<br>
    2222Set the following environment variables using export or appropriate equivalent for your shell:
     23{{{
    2324* OSSIM_DEV_HOME = path to common checkout location for all dependencies
    2425* OSSIM_HOME = path to ossim source tree
     
    2829* QTDIR = path to qt3
    2930* PATH = $QTDIR/bin:$PATH (Override Path to force qt3 install)<br>
    30 rum "qmake ossim_qt.pro" then make and make install to install ossim_qt. The applications imagelinker and iview are built and can be copied appropriate location in the PATH, usually /usr/local/bin/.
     31run "qmake ossim_qt.pro" then make and make install to install ossim_qt. The applications imagelinker and iview are built and can be copied appropriate location in the PATH, usually /usr/local/bin/.
     32}}}
    3133
    3234Build notes, to be cleaned up later...