You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wget https://download.osgeo.org/proj/proj-5.1.0.tar.gz
tar -zvxf proj-5.1.0.tar.gz
cd proj-5.1.0
./configure
make
make install
Build latest gdal
wget http://download.osgeo.org/gdal/2.3.0/gdal-2.3.0.tar.gz
tar -zvxf gdal-2.3.0.tar.gz
cd gdal-2.3.0
./configure --with-proj=/usr/local/lib --with-threads --with-libtiff=internal --with-geotiff=internal --with-jpeg=internal --with-gif=internal --with-png=internal --with-libz=internal
make
make install