Created
March 14, 2018 04:16
-
-
Save tbuckl/da20c9ec9920d65633dda20dfdf896b9 to your computer and use it in GitHub Desktop.
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 characters
| wget https://github.com/Esri/file-geodatabase-api/raw/master/FileGDB_API_1.5/FileGDB_API_1_5_64gcc51.tar.gz | |
| tar xzvf FileGDB_API_1_5_64gcc51.tar.gz | |
| cd FileGDB_API-64gcc51/ | |
| export LD_LIBRARY_PATH=/home/ubuntu/src/FileGDB_API-64gcc51/lib | |
| sudo cp lib/*.so /usr/local/lib | |
| cd gdal-2.2.3/ | |
| ./configure --with-fgdb=/home/ubuntu/src/FileGDB_API-64gcc51 | |
| make | |
| sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment