본문 바로가기

C & C++

[C++] proj 7.1.0 installation

Download

https://proj.org/en/7.1/download.html

Install sqlite

sudo apt-get install sqlite3

Compile proj-8.1.0

tar -xzf ~/Downloads/proj-7.1.0.tar.gz
cd proj-7.1.0
./configure
make
make install