Changes between Version 91 and Version 92 of download
- Timestamp:
- 10/18/17 19:39:45 (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
download
v91 v92 32 32 For users familiar with the untar-make-make install cycle, we suggest to rather download the tar ball and follow the SEATREE installation procedure. 33 33 34 Given that SEATREE is in active development, users familiar with [http://svnbook.red-bean.com/en/1.4/svn-book.html SVN] might even prefer to subscribe to the development version which we use. [https://geosys.usc.edu/projects/seatree/browser/trunk Our repository] holds all codes, including earthquake location module, which is not yet included in the latest release. 34 Given that SEATREE is in active development, users familiar with GitHub might prefer to subscribe to the development version which we use. 35 [https://github.com/thwbecker/seatree The SEATREE GitHub repository] holds all codes, including earthquake location module, which is not yet included in the latest release. 35 36 36 37 A SEATREE install requires a few prerequisites (see below); this should all be OK on Linux and Mac OS-X, but in case it's not, … … 61 62 62 63 The release includes a [wiki:screenshots fully functional GUI] and drivers for [wiki:hc_docu hc], [wiki:larry_docu larry], [wiki:larry3d_docu larry3d], 63 [wiki:syn2d_docu syn2D], and [wiki:conman ConMan]. You will need this file if you do not choose to subscribe to our SVNversion,64 [wiki:syn2d_docu syn2D], and [wiki:conman ConMan]. You will need this file if you do not choose to subscribe to our GitHub version, 64 65 and either obtain it manually or by running the fully automated installer. 65 66 66 67 ==== Developer source code access ==== 67 68 68 You can inspect the current source code through our [http://geosys.usc.edu/projects/seatree/browser source browser], or checkout the [http://svnbook.red-bean.com/en/1.4/svn-book.html SVN] repositoryby69 {{{ 70 svn co http://geosys.usc.edu/svn/seatree/trunk/ seatree 69 You can inspect the [https://github.com/thwbecker/seatree current source code at GitHub], or check out the [https://github.com/thwbecker/seatree current source code at GitHub repository] by 70 {{{ 71 git clone https://github.com/thwbecker/seatree.git 71 72 }}} 72 73 To install, then follow the SEATREE installation procedure below.