Changes between Version 1 and Version 2 of JasPer


Ignore:
Timestamp:
Sep 6, 2007, 7:22:50 AM (17 years ago)
Author:
warmerdam
Comment:

add -fPIC note.

Legend:

Unmodified
Added
Removed
Modified
  • JasPer

    v1 v2  
    1212You need modified !JasPer library to build this driver with GeoJP2 support enabled. Modified version can be downloaded from ftp://ftp.remotesensing.org/gdal/jasper-1.900.1.uuid.tar.gz.
    1313
     14On 64bit linux systems it may be necessary to force use of -fPIC when building JasPer or else it can't be used in the GDAL shared library.
    1415
     16{{{
     17  export CFLAGS="-O2 -fPIC"
     18  ./configure
     19}}}