Last active
May 24, 2019 20:26
-
-
Save dokterbob/6d20d754ebf0d52896d1d26f631a06af to your computer and use it in GitHub Desktop.
Revisions
-
dokterbob revised this gist
May 24, 2019 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,11 @@ #!/bin/sh ./configure \ --with-gdal=/Library/Frameworks/GDAL.framework/Versions/2.4/unix/bin/gdal-config \ --disable-odbc \ CXXFLAGS="-std=gnu++11" \ CPPFLAGS="-I/Library/Frameworks/PROJ.framework/Headers" \ LDFLAGS="-L/Library/Frameworks/PROJ.framework/unix/lib" make -j8 make install -
dokterbob revised this gist
May 24, 2019 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ #!/bin/sh ./configure --with-gdal=/Library/Frameworks/GDAL.framework/Versions/2.4/unix/bin/gdal-config --disable-odbc CXXFLAGS="-std=gnu++11" CPPFLAGS="-I/Library/Frameworks/PROJ.framework/Headers" LDFLAGS="-L/Library/Frameworks/PROJ.framework/unix/lib" make -j8 make install -
dokterbob created this gist
May 24, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ #!/bin/sh ./configure --with-gdal=/Library/Frameworks/GDAL.framework/Versions/2.4/unix/bin/gdal-config --disable-odbc CXXFLAGS="-std=gnu++11" CPPFLAGS="-I/Library/Frameworks/PROJ.framework/Headers" LDFLAGS="-L/Library/Frameworks/PROJ.framework/unix/lib" make -j8