Changes between Initial Version and Version 1 of pkg-gdal-ecw


Ignore:
Timestamp:
Jun 20, 2008, 7:48:18 PM (16 years ago)
Author:
warmerdam
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pkg-gdal-ecw

    v1 v1  
     1= gdal-ecw =
     2
     3 * Plugin for ECW Raster Format.
     4 * Requires gdal
     5 * Maintainer is FrankWarmerdam.
     6
     7== Installing ECW SDK ==
     8
     9The GDAL ECW Plugin requires the ECW 3.3 Runtime libraries which the end user is required to download and install directly from the ERMapper Web Site directly.
     10
     11ERMapper Web Site: http://www.ermapper.com/Downloads.aspx?v=303
     12
     13After installation, please copy the .dll files in the redistributable\vc71 directory somewhere appropriate, like C:\windows\system32.
     14 
     15eg.
     16{{{
     17copy C:\"Program Files"\"Earth Resource Mapping"\"ECW SDK"\redistributable\vc71\*.dll C:\windows\system32
     18}}}
     19
     20Note that downloading and installing these DLLs requires agreeing to a license. Please review the license terms carefully.
     21
     22It is imperative that the VC7.1 ECW 3.3 SDK binaries be used.  Any other ECW (NCS*) DLLs are unlikely to work properly.
     23