This repository contains installer for ECW support.
git clone https://github.com/AcuGIS/quail-ecw-support.git
cd ecw-support
./ecw-support.sh
Verify installation
$ gdal_translate --formats | grep ECW
ECW -raster- (rw): ERDAS Compressed Wavelets (SDK 3.x)
JP2ECW -raster,vector- (rw+v): ERDAS JPEG2000 (SDK 3.x)
If you want to build a newer version of GDAL, or link agains different Oracle Client version, you can run the build script. It will compile and install current Ubuntu 24 GDAL version. All .deb files will be stored in /root.
git clone https://github.com/AcuGIS/quail-ecw-support.git
cd quail-formats
chmod +x gdal_ecw_build_ubuntu24.sh
./gdal_ecw_build_ubuntu24.sh
rm -rf quail-formats