Last active
December 12, 2017 09:36
-
-
Save fritzvd/5867088 to your computer and use it in GitHub Desktop.
libecw building for gdal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable # unstable packages | |
sudo apt-get install build-essential gdal-bin gdal-config libgdal-ecw-src | |
wget http://meuk.technokrat.nl/libecwj2-3.3-2006-09-06.zip | |
unzip ~/Downloads/libecwj2-3.3.2006-09-06.zip | |
cd ~/Downloadslibecwj2-3.3.2006-09-06 | |
./configure | |
make # wait | |
make install # or sudo make install | |
sudo gdal-ecw-build /usr/local | |
sudo ldconfig | |
gdalinfo --formats | grep -i ecw |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment