[GRASS-SVN] r45753 - grass/trunk/gui/wxpython

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Mar 25 14:27:10 EDT 2011


Author: martinl
Date: 2011-03-25 11:27:10 -0700 (Fri, 25 Mar 2011)
New Revision: 45753

Modified:
   grass/trunk/gui/wxpython/README
Log:
minor update of wxGUI/README


Modified: grass/trunk/gui/wxpython/README
===================================================================
--- grass/trunk/gui/wxpython/README	2011-03-25 18:08:12 UTC (rev 45752)
+++ grass/trunk/gui/wxpython/README	2011-03-25 18:27:10 UTC (rev 45753)
@@ -1,22 +1,19 @@
-wxPython GRASS Graphical User Interface (wxGUI)
-===============================================
+GRASS GIS - wxPython Graphical User Interface (wxGUI)
+=====================================================
 
 $Date$
 
 1 - REQUIREMENTS
 
- GRASS GIS >= 6.3
- Python >= 2.4 (Python 3 not supported)
- 	Python ElementTree (only for Python <= 2.4)
- wxPython >= 2.8.1.1 (wxPython <= 2.8.9.2 requires swig <= 1.3.36)
- swig >= 1.3.31 (required only for vector digitizer)
- NumPy >= 1.0.4
+ GRASS GIS >= 6.4
+ Python    >= 2.4 (Python 3 not supported)
+ 	Python ElementTree (only for Python 2.4)
+ wxPython  >= 2.8.1.1
+ NumPy     >= 1.0.4
  
  Get wxPython 2.8.x packages from:
  * Source: http://www.wxpython.org/download.php
  * Debian GNU/Linux: http://wiki.wxpython.org/InstallingOnUbuntuOrDebian
-		     [ deb http://apt.wxwidgets.org/ etch-wx main ]
-	             http://www.bitpim.org/developer.html -> "Install wxPython"
  * Fedora: http://www.wxpython.org/download.php
  * Mandriva: included in main distribution
  * OpenSuSe: http://download.opensuse.org/repositories/Application:/Geo/
@@ -55,20 +52,12 @@
 
 2 - STARTUP WITH GRASS INITIALIZATION
 
-If you want to launch wxPython GUI automatically when you start
-GRASS, edit your .grass7/rc file to replace
+If you want to launch wxPython GUI automatically, start GRASS with
+`-gui` parameter
 
-GRASS_GUI: tcltk (or whatever you have here)
+$ grass70 -gui
 
-with
 
-GRASS_GUI: wxpython
-
-or easier start new GRASS session with -wxpython switch.
-
-$ grass70 -wxpython
-
-
 3 - STARTUP FROM GRASS TERMINAL
 
 Simply run
@@ -82,8 +71,16 @@
 $ g.gui gui=wxpython workspace=myworkspace.gxw
 
 
-4 - CLI Display scripts
+4 - DEBUGGING
 
+To enable GUI debug messages on given level set WX_DEBUG environment
+variable, e.g.
+
+$ g.gisenv set="WX_DEBUG=3"
+
+
+5 - CLI Display scripts
+
 Note: This section is out-dated!
 
 This is going to be replacement for command line tools like d.rast and
@@ -128,22 +125,3 @@
 You should be able to zoom && pan through the map, once the layers are
 displayed. You should be also able to store the display content as well as
 clear the display and start from scratch.
-
-
-5 - DEBUGGING
-
-To enable GUI debug messages on given level set WX_DEBUG environment
-variable, e.g.
-
-$ g.gisenv set="WX_DEBUG=3"
-
-
-6 - VECTOR DIGITIZER
-
-To enable digitizer you need to compile 'vdigit' component. Note that
-you must configure GRASS with C++ (--with-cxx), Python (--with-python)
-and wxWidgets (--with-wxwidgets) support.
-
-$ cd gui/wxpython/vdigit
-$ make
-$ make install



More information about the grass-commit mailing list