Closed felixcremer closed 5 years ago
build_deps = [subversion, csh, autoconf, libtiff5-dev, libhdf5-dev, gfortran, g++, libgmt-dev, gmt]
We find the source code at https://github.com/gmtsar/gmtsar according to there installation tutorial we should do
$ svn co svn://gmtserver.soest.hawaii.edu/GMTSAR/trunk gmtsar-dev
$ cd gmtsar-dev
$ mkdir build
$ cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DCMAKE_BUILD_TYPE=RelWithDebInfo ..
$ make -j
$ make -j install
to install it.
Installation of GMT5SAR
http://gmt.soest.hawaii.edu/projects/gmt5sar/wiki
Notes: