The source code of GEOtop may be downloaded in two ways:
- through an IDE like Eclipse:
click here (Linux,MacOS)or here (Windows) to get detailed instructions for downloading and compiling
- through a terminal as explained in the following procedure:
Open a terminal and type:
$ svn co https://login_name@dev.fsc.bz.it/private/repos/geotop/tags/GEOtop_1.45
To compile the source code:
$ cd GEOtop_1.45
and then type:
$ make
and the executable should be automatically created.
