OSSIM Menu:
>>Overview

>>Documentation

>>Download

>>Mailing List

Last Updated:
>>11/01/01

Webmasters:
>>
>>

ossimDownload.jpg

NEW RELEASE! ossim-1.1.3-1.i386.rpm

There are two ways to get OSSIM up and running. You can install the RPMs to get the latest stable version or you can get the lastest development version through CVS.

OSSIM Pre-Requisites

1. Download wxWindows RPMs
wxGTK-2.3.1-1.i386.rpm (wxGTK Linux binaries as an RPM, without manuals)
wxGTK-devel-2.3.1-1.i386.rpm (wxGTK Linux minimum development system as an RPM)
wxGTK-gl-2.3.1-1.i386.rpm (add-on OpenGL binary as an RPM)

2. Install wxWindows RPMs
su
Password: root password
rpm -ih wxGTK-2.3.1-1.i386.rpm
rpm -ih wxGTK-devel-2.3.1-1.i386.rpm
rpm -ih wxGTK-gl-2.3.1-1.i386.rpm
exit

3. Check if wxWindows RPMs are installed
rpm -qa | grep wxGTK
wxGTK-2.3.0-1
wxGTK-devel-2.3.0-1
wxGTK-gl-2.3.0-1

4. Check wx-config
which wx-config

OSSIM RPM Instructions (Stable Release Version)

1. Download OSSIM RPMs
ossim-1.1.2-1.i386.rpm
ossim-1.1.2-1.src.rpm

2. Install OSSIM RPMs
su
Password: root password
rpm -ih ossim-1.1.2-1.i386.rpm
rpm -ih ossim-1.1.2-1.src.rpm
exit

3. Check if OSSIM RPMs are installed
rpm -qa | grep ossim
ossim-1.1.2-1

OSSIM Compilation Instructions (CVS Development Version)

1. Check Out OSSIM
cvs -d :pserver:[email protected]:/cvs login
password: anonymous
cvs -d :pserver:[email protected]:/cvs co ossim

2. Check Out LibTiff
cvs -d :pserver:[email protected]:/cvsroot login
password: anonymous
cvs -d :pserver:[email protected]:/cvsroot co libtiff

3. Check Out GeoTiff
cvs -d :pserver:[email protected]:/cvsroot login
password: anonymous
cvs -d :pserver:[email protected]:/cvsroot co geotiff

4. Compile LibTiff
cd libtiff
./configure
make
cd ..

5. Compile GeoTiff
cd geotiff/libgeotiff
./configure --with-libtiff=< path to checked out LibTiff >
make
rm *.so
cd ..

EXAMPLE: < path to checked out LibTiff >
/home/dlucas/libtiff/libtiff

NOTE: OSSIM looks for a GeoTiff directory at the same level as the OSSIM directory

6. Compile OSSIM
cd ossim
./configure --with-libtiff=< path to checked out LibTiff >
make depends
make

EXAMPLE: < path to checked out LibTiff >
/home/dlucas/libtiff/libtiff

7. Run OSSIM
cd ossim/bin
./recceVue

15884 Hits!
Since 11/01/01