Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
cd $HOME/builds/gdal-<version>
./configure --prefix=$HOME/opt/gdal-<version>
make
make install

 

Info
Replace <version> with the version of 'gdal'

...

Info
Replace <username> with your actual username.

 

...

 

 Build and install GMT:

Code Block
languagebash
cd <path to GMT>
mkdir build
cd build
cmake ..
make
make install

...