...
Code Block |
---|
cd /usr/local/src/TARFILES
wget http://download.osgeo.org/gdal/gdal-1.9.0.tar.gz
cd ../
tar xvfz TARFILES/gdal-1.9.0.tar.gz
cd gdal-1.9.0/
# set your PATH properly so we get the right version of python
export PATH=/usr/local/bin/:$PATH
./configure --with-python
make
sudo PATH=/usr/local/bin/:$PATH make install
make clean
1013 history
1014 ./configure --with-python -classic
1015 ./configure --with-python --classic
1016 ./configure --with-python-classic
1017 make
1018 sudo make install
|
install mrsidgeodecode
This software is needed to extract the mrsid data.
...