GDAL on Amazon Linux

Install GDAL on Amazon Linux (Centos)

sudo yum -y update
sudo yum-config-manager –enable epel
sudo yum -y install make automake gcc gcc-c++ libcurl-devel proj-devel geos-devel
cd /tmp
curl -L http://download.osgeo.org/gdal/2.0.0/gdal-2.0.0.tar.gz |…


This content originally appeared on DEV Community and was authored by Ayrton

Install GDAL on Amazon Linux (Centos)

sudo yum -y update
sudo yum-config-manager --enable epel
sudo yum -y install make automake gcc gcc-c++ libcurl-devel proj-devel geos-devel
cd /tmp
curl -L http://download.osgeo.org/gdal/2.0.0/gdal-2.0.0.tar.gz | tar zxf -
cd gdal-2.0.0/
./configure --prefix=/usr/local --without-python
make -j4
sudo make install
cd /usr/local
tar zcvf ~/gdal-2.0.0-amz1.tar.gz *


This content originally appeared on DEV Community and was authored by Ayrton


Print Share Comment Cite Upload Translate Updates
APA

Ayrton | Sciencx (2021-07-20T09:46:30+00:00) GDAL on Amazon Linux. Retrieved from https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/

MLA
" » GDAL on Amazon Linux." Ayrton | Sciencx - Tuesday July 20, 2021, https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/
HARVARD
Ayrton | Sciencx Tuesday July 20, 2021 » GDAL on Amazon Linux., viewed ,<https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/>
VANCOUVER
Ayrton | Sciencx - » GDAL on Amazon Linux. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/
CHICAGO
" » GDAL on Amazon Linux." Ayrton | Sciencx - Accessed . https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/
IEEE
" » GDAL on Amazon Linux." Ayrton | Sciencx [Online]. Available: https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/. [Accessed: ]
rf:citation
» GDAL on Amazon Linux | Ayrton | Sciencx | https://www.scien.cx/2021/07/20/gdal-on-amazon-linux/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.