Skip to content

Instantly share code, notes, and snippets.

@tbuckl
Created March 14, 2018 04:16
Show Gist options
  • Select an option

  • Save tbuckl/da20c9ec9920d65633dda20dfdf896b9 to your computer and use it in GitHub Desktop.

Select an option

Save tbuckl/da20c9ec9920d65633dda20dfdf896b9 to your computer and use it in GitHub Desktop.
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