Changes between Version 119 and Version 120 of pkg-grass


Ignore:
Timestamp:
07/31/24 09:48:56 (4 months ago)
Author:
martinl
Comment:

major update

Legend:

Unmodified
Added
Removed
Modified
  • pkg-grass

    v119 v120  
    33[[TOC]]
    44
    5 Maintainer: [wiki:MartinLanda Martin Landa]
     5Maintainer: Juergen Fischer
    66
    77== Versions ==
    88
    99See here for latest included version: https://download.osgeo.org/osgeo4w/v2/x86_64/release/
    10 === 7.4.x (stable) ===
     10
     11=== 8.4.x (stable) ===
    1112
    1213 * Package: `grass`
    1314
    14 === 6.4.x (old stable) ===
     15=== 7.8.x (legacy) ===
    1516
    16  * Package: `grass6`
     17 * Package: `grass7`
    1718
    18 === 7.7.svn (daily builds, development version) ===
     19=== 8.5.x (daily builds, development version) ===
    1920
    20  * Package: `grass-daily`
    21  * Daily builds of SVN [http://svn.osgeo.org/grass/grass/trunk trunk]
     21 * Package: `grass-dev`
    2222
    2323== User Notes ==
    2424
    2525 * A desktop raster/vector GIS system (command line and graphical user interface)
    26  * Main site: http://grass.osgeo.org/
    27  * '''First time users should explore the [http://grass.osgeo.org/documentation/first-time-users/ first steps tutorial]''' after installing.
    28 
    29 === Installation ===
    30  * Get the OSGeo4W Installer [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86.exe 32bit] or [http://download.osgeo.org/osgeo4w/osgeo4w-setup-x86_64.exe 64bit]. (''400k network-installer, full download is approx 60-80mb'')
    31   * Generic installer help can be found on the main [WikiStart OSGeo4W] wiki page.
    32  * Choose '''grass''' package from ''Desktop'' section.
     26 * Main site: https://grass.osgeo.org/
     27 * '''First time users should explore the [https://grass.osgeo.org/learn/newcomers/ first steps tutorial]''' after installing.
    3328
    3429=== Usage ===
     
    3631 * a desktop shortcut (icon)
    3732 * a menu shortcut
    38  * on the osgeo4w shell through the `grass74.bat`
     33 * on the OSGeo4W shell through the `grass84.bat`
    3934
    4035To start GRASS with graphical user interface, click on the desktop icon.
    4136
    4237How to get '''command line''':
    43  * Start the osgeo4w shell. Then type:
     38 * Start the OSGeo4W shell. Then type:
    4439{{{
    45    grass74 -text
     40   grass84 -text
    4641}}}
    4742
     
    4944 * Start the osgeo4w shell. Then type:
    5045{{{
    51    grass74 -gui
     46   grass84 -gui
    5247}}}
    5348
     
    6257 * [wiki:FAQ#HowdoIperformanofflineorcomputerlabinstall How do I perform an offline or computer lab install?]
    6358
    64  * see also the non-OSGeo4W [http://grass.osgeo.org/grass70/binary/mswindows/native/ stand alone installer] for WinGRASS
     59 * see also the non-OSGeo4W [https://grass.osgeo.org/grass84/binary/mswindows/native/ stand alone installer]
    6560
    66 == TODO ==
    67 
    68  * Test, test test!
    69 
    70 == Errata ==
    71 
    72  * While the GRASS libraries and modules are typically extremely well tested and stable, this new Windows install package is not. Because we are very confident in the underlying GIS code we hope that any problems due to the new Windows packaging efforts will be superficial and quickly resolved. You can help this process by reporting bugs: if it seems to be the fault of the installer report bugs to the [http://trac.osgeo.org/osgeo4w/report OSGeo4W bug tracker], if it seems to be the fault of GRASS, report bugs to the [http://trac.osgeo.org/grass/report GRASS bug tracker]. You will need to create yourself an [http://www.osgeo.org/osgeo_userid/ OSGeo ID] to submit and comment on bugs. Bugs don't get fixed unless people point them out! It is expected that some issues related to spaces in the path names still exist, but we hope to have found most of these by now. Also it is likely that the wxPython GUI still has some gremlins in it, please help us find and fix them by reporting any errors you come across! Typically once found they are easy to fix. You can help to find spaces-in-the-path bugs by installing OSGeo4W into "`Program Files\OSGeo4W`" and setting the GRASS data directory to "`Documents and Settings\username`".
    73 
    74  * See also [https://trac.osgeo.org/grass/wiki/CompileOnWindows#Errata keyword: wingrass tickets in the main GRASS bug tracker]
    75 
    76  * Probably more ...
    77 
    78 See also the [http://grass.osgeo.org/wiki/WinGRASS_Current_Status#Known_Issues known issues wiki page].
    79 
    80 == Packager Notes ==
    81 
    82  * Compile guide: [http://trac.osgeo.org/grass/wiki/CompileOnWindows Build using MinGW] see also support scripts from [http://svn.osgeo.org/grass/grass-addons/tools/wingrass-packager/ SVN]
    83  * Main WinGRASS [http://grass.osgeo.org/wiki/WinGRASS_Current_Status project current status] page
    8461
    8562=== Open Tickets ===