From 08d570a02c0d7c1111f11e71a73cc7c885d58e9d Mon Sep 17 00:00:00 2001 From: doinachiroiu Date: Thu, 24 Sep 2020 09:41:50 +0000 Subject: [PATCH] Small README update --- oss-internship-2020/gdal/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oss-internship-2020/gdal/README.md b/oss-internship-2020/gdal/README.md index 4d0981f..ca4ef16 100644 --- a/oss-internship-2020/gdal/README.md +++ b/oss-internship-2020/gdal/README.md @@ -24,8 +24,8 @@ PROJ: `sudo apt-get install libproj-dev` OBS! You may need to set `export LD_LIBRARY_PATH=/lib:/usr/lib:/usr/local/lib`. It is required for libproj.so to be found into /usr/local/lib/. You can also fix this by typing `locate libproj.so` -which will give you and then -`cp /usr/local/lib/`. +which will give you and then +`cp /usr/local/lib/`. ### Initializing GDAL submodule: `git submodule add https://github.com/OSGeo/gdal/tree/master/gdal`