$Id$ README file for "Open Source Software Image Map (OSSIM) QT" library and applications. Web site: http://www.ossim.org/ Build instructions: For most unix type platforms via command line: 1) Requirements: - ossim core library - qt development library 3.2 or greater 2) Environment variables: - OSSIM_HOME - OSSIM_QT_HOME - QTDIR tcsh/csh users (replace "software" with your path): setenv QTDIR /usr/lib/qt-3.3 setenv OSSIM_HOME /software/ossim setenv OSSIM_QT_HOME /software/ossim_qt bash/sh users: set QTDIR=/usr/lib/qt-3.3 set OSSIM_HOME=/software/ossim set OSSIM_QT_HOME=/software/ossim_qt export QTDIR OSSIM_HOME OSSIM_QT_HOME 3) To build: cd /software/ossim_qt qmake ossim_qt.pro make make install You should now have two applications "iview" and "imagelinker" in the ossim_qt/bin directory.