== Building ossim on Fedora / RedHat linux: == This is not complete yet! Last updated: 24 May 2011 Please send comments to the list at: ossim-developer@lists.sourceforge.net NOTE: This example was taken from a Fedora 14 distribution. RedHat EN distributions are very similar. Example builds dependencies libtiff, geotiff and gdal. All of these are in the Fedora rpm repository and can be installed using yum(yellowdog update manager). Building ensures BigTIFF.[[BR]] NOTE: Installing a dependency is easy, e.g. find/install jpeg which is a dependency of ossim. {{{ $ yum list | grep jpeg libjpeg-turbo-devel.x86_64 1.1.0-2.fc14 @updates $ sudo yum install libjpeg-turbo-devel.x86_64 }}}