Changes between Version 1 and Version 2 of LinuxBuild
- Timestamp:
- 05/14/07 10:07:55 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LinuxBuild
v1 v2 21 21 ossim_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> 22 22 Set the following environment variables using export or appropriate equivalent for your shell: 23 {{{ 23 24 * OSSIM_DEV_HOME = path to common checkout location for all dependencies 24 25 * OSSIM_HOME = path to ossim source tree … … 28 29 * QTDIR = path to qt3 29 30 * 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/. 31 run "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 }}} 31 33 32 34 Build notes, to be cleaned up later...