Changes between Version 5 and Version 6 of pkg-gdal-ecw
- Timestamp:
- 10/20/10 23:37:08 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pkg-gdal-ecw
v5 v6 1 1 = gdal-ecw = 2 2 3 * Plugin for ECW and JPEG2000 Raster Formats .4 * Requires gdal 3 * Plugin for ECW and JPEG2000 Raster Formats 4 * Requires gdal and manually-installed ECW 3.3 Runtime libraries 5 5 * Includes bug fix for [http://trac.osgeo.org/gdal/ticket/2320 GDAL ticket 2320] so that both ECW and JP2ECW drivers are registered. 6 * Maintainer is FrankWarmerdam .6 * Maintainer is FrankWarmerdam 7 7 8 8 == Installing ECW SDK == 9 9 10 The GDAL ECW Plugin requires the ECW 3.3 Runtime librar ies which the end user is required to download and install directly from the Erdas Web Site directly.10 The GDAL ECW Plugin requires the ECW 3.3 Runtime library, which was distributed by ERDAS, but is no longer available for download (see [wiki:pkg-gdal17-ecw] for newer version that is available for download from ERDAS). In order to use the runtime libraries, the end user is required to install the DLLs into a system directory. 11 11 12 E rdasWeb Site: http://www.erdas.com/Products/ERDASProductInformation/tabid/84/currentid/1142/default.aspx12 ERDAS Web Site: http://www.erdas.com/Products/ERDASProductInformation/tabid/84/currentid/1142/default.aspx 13 13 14 After installation, please copy the .dll files in the redistributable\vc71 directory somewhere appropriate, like C:\windows\system32.15 16 eg. 14 After installation, please copy the DLL files from the {{{redistributable\vc71}}} directory to somewhere appropriate, like {{{C:\windows\system32}}}, or {{{C:\Windows\SysWOW64}}} for 64-bit Windows. 15 16 E.g.: 17 17 {{{ 18 copy C:\"Program Files\Earth Resource Mapping\ECW SDK\redistributable\vc71\*.dll" C:\windows\system3218 copy "C:\Program Files\Earth Resource Mapping\ECW SDK\redistributable\vc71\*.dll" C:\windows\system32 19 19 }}} 20 20