Changes between Version 11 and Version 12 of Ubuntu-8.10Build
- Timestamp:
- 01/01/09 07:50:22 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ubuntu-8.10Build
v11 v12 45 45 }}} 46 46 47 To enable big-tiff support a recent version of libtiff and libgeotiff is needed. 48 so download and compile it : 49 50 {{{ 51 wget http://download.osgeo.org/libtiff/tiff-4.0.0beta2.tar.gz 52 tar xvfz tiff-4.0.0beta2.tar.gz 53 cd tiff-4.0.0beta2 54 ./configure 55 make 56 sudo make install 57 58 wget http://download.osgeo.org/geotiff/libgeotiff/libgeotiff-1.2.5.tar.gz 59 tar xvfz libgeotiff-1.2.5.tar.gz 60 cd libgeotiff-1.2.5 61 ./configure 62 make 63 sudo make install 64 }}} 47 65 48 66 Download ossim from svn: … … 86 104 {{{ 87 105 cd $OSSIM_DEV_HOME/ossim 88 ./configure --with-geotiff=/usr/include/geotiff --with-jpeg=/usr --with-libtif 106 ./configure --with-geotiff=/usr/local/ --with-jpeg=/usr --with-libtif=/usr/local/ --prefix=/usr/local/ossim 107 89 108 make 90 109 sudo make install