Skip to content

Commit

Permalink
add libproj-dev proj-bin
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jul 4, 2024
1 parent f393963 commit 805cfb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/install_proj.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sudo apt-get update && sudo apt install cmake sqlite libtiff-dev curl libcurl4-openssl-dev libssl-dev -y
sudo apt-get update && sudo apt install cmake sqlite libtiff-dev curl libcurl4-openssl-dev libssl-dev libproj-dev proj-bin -y

if [ ! -d "$PROJ_VERSION" ]; then
curl https://download.osgeo.org/proj/"${PROJ_VERSION}".tar.gz -o "${PROJ_VERSION}".tar.gz
Expand Down

0 comments on commit 805cfb1

Please sign in to comment.