Changes between Version 84 and Version 85 of DownloadSource
- Timestamp:
- 08/31/18 11:19:46 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadSource
v84 v85 11 11 * For a release download list (GRASS GIS 5.x to 7.x), see '''[wiki:Release]''' overview page 12 12 * Download at http://grass.osgeo.org/download/ or directly from 13 * http://grass.osgeo.org/grass76/source/ (upcoming) 13 14 * http://grass.osgeo.org/grass74/source/ (current) 14 15 * http://grass.osgeo.org/grass72/source/ (old) … … 21 22 Source code tarballs are available from here: 22 23 23 * http://grass.osgeo.org/grass75/source/snapshot/ (development) 24 * http://grass.osgeo.org/grass77/source/snapshot/ (development) 25 * http://grass.osgeo.org/grass76/source/snapshot/ (upcoming) 24 26 * http://grass.osgeo.org/grass74/source/snapshot/ (stable) 25 27 * http://grass.osgeo.org/grass72/source/snapshot/ (old stable) … … 32 34 can be accessed: 33 35 34 === GRASS 7.5 === 35 36 === GRASS 7.7 === 37 38 ''(used to have the pseudo-name 7.5.svn till August 2018)'' 36 39 ''(used to have the pseudo-name 7.3.svn till November 2017)'' 37 40 … … 44 47 }}} 45 48 49 === GRASS 7.6 === 50 51 To extract the current '''7.6.x release branch''' version ('''upcoming stable'''), use the command: 52 53 {{{ 54 svn checkout https://svn.osgeo.org/grass/grass/branches/releasebranch_7_6 grass76_release 55 #Subsequent updates: 56 svn up 57 }}} 58 46 59 === GRASS 7.4 === 47 60 48 To extract the current '''7.4.x release branch''' version (''' upcomingstable'''), which continuously receives bugfixes, use the command:61 To extract the current '''7.4.x release branch''' version ('''current stable'''), which continuously receives bugfixes, use the command: 49 62 50 63 {{{