[GRASS-SVN] r29469 - grass/trunk/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 18 08:37:35 EST 2007
Author: martinl
Date: 2007-12-18 08:37:35 -0500 (Tue, 18 Dec 2007)
New Revision: 29469
Modified:
grass/trunk/gui/wxpython/README
grass/trunk/gui/wxpython/wxgui.py
Log:
wxGUI: README updated (the code has been moved from grass-addon to trunk), GRASS URL changed from grass.itc.it to grass.osgeo.org.
Modified: grass/trunk/gui/wxpython/README
===================================================================
--- grass/trunk/gui/wxpython/README 2007-12-18 11:21:31 UTC (rev 29468)
+++ grass/trunk/gui/wxpython/README 2007-12-18 13:37:35 UTC (rev 29469)
@@ -45,26 +45,16 @@
1 - INSTALLATION
-Download fresh source code from Subversion repository:
+Go to directory:
-$ svn co https://grasssvn.itc.it/svn/grassaddons/trunk/grassaddons/gui grassaddons/gui
+$ cd gui/wxpython
-Or update your local repository
-
-$ svn up grassaddons/gui
-
-Change to GUI devel directory:
-
-$ cd grassaddons/gui
-
1) Copy everything from gui directory into a new directory $GISBASE/etc/wx.
Or easier, create symlink (in running GRASS session):
- cd /path/to/grassaddons/gui
ln -s `pwd` $GISBASE/etc/wx
-2) Move the script "wxgrass" into $GISBASE/scripts.
+2) Copy the script "wxgrass" into $GISBASE/scripts.
Or easier, create symlink (in running GRASS session):
- cd /path/to/grassaddons/gui
ln -s `pwd`/wxgrass $GISBASE/scripts
2 - STARTUP WITH GRASS INITIALIZATION
@@ -78,6 +68,10 @@
GRASS_GUI: wx
+or easier start new GRASS session with -wx switch.
+
+$ grass -wx
+
3 - STARTUP FROM GRASS TERMINAL
Simply type wxgrass from the GRASS terminal.
Modified: grass/trunk/gui/wxpython/wxgui.py
===================================================================
--- grass/trunk/gui/wxpython/wxgui.py 2007-12-18 11:21:31 UTC (rev 29468)
+++ grass/trunk/gui/wxpython/wxgui.py 2007-12-18 13:37:35 UTC (rev 29469)
@@ -417,7 +417,7 @@
550, wx.ClientDC(self)))
copyrightFile.close()
# website
- info.SetWebSite(("http://grass.itc.it", "The official GRASS site"))
+ info.SetWebSite(("http://grass.osgeo.org", "The official GRASS site"))
# licence
licenceFile = open(os.path.join(os.getenv("GISBASE"), "GPL.TXT"), 'r')
info.SetLicence(''.join(licenceFile.readlines()))
More information about the grass-commit
mailing list