Changes between Version 142 and Version 143 of CompileOnWindows


Ignore:
Timestamp:
Jan 18, 2010, 6:47:15 PM (14 years ago)
Author:
neteler
Comment:

finetuning

Legend:

Unmodified
Added
Removed
Modified
  • CompileOnWindows

    v142 v143  
    147147=== Optional Installation of Subversion ===
    148148
    149 The GRASS source tree is stored in an [http://svn.osgeo.org/grass online repository] called Subversion. Rather than downloading source trees from the website, Subversion lets you keep up to date, and manage your modifications, with simply commands. For more see [wiki:HowToSVN here].
    150 
    151 1. Download '''Collabnet Subversion Command-Line Client (1.6)''' from [http://www.collab.net/downloads/subversion/ here]. (You'll have to register on Collabnet)
    152 
    153 2. Run the installer and install to a path without spaces(?) such as {{{c:/Subversion}}}
    154 
    155 3. Open {{{c:\osgeo4w\etc\ini\msys.bat}}} and at line 1 add the path to your subversion folder, eg. change:
     149The GRASS source tree is stored in an [http://svn.osgeo.org/grass online repository] called Subversion. Rather than downloading source trees from the website, Subversion lets you keep up to date, and manage your modifications, with simple commands or a graphical tool. For details, see [wiki:HowToSVN here].
     150
     151A) Command line based:
     152
     153  1. Download '''Collabnet Subversion Command-Line Client (1.6)''' from [http://www.collab.net/downloads/subversion/ here]. (You'll have to register on Collabnet)
     154
     155  2. Run the subversion installer and install it to a path without spaces such as {{{c:/Subversion}}}
     156
     157  3. Open {{{c:\osgeo4w\etc\ini\msys.bat}}} and at line 1 add the path to your subversion folder, e.g. change:
    156158{{{
    157159PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin
    158160}}}
    159 To:
     161  to:
    160162{{{
    161163PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/Subversion
    162164}}}
    163165
    164 Alternatively '''TortoiseSVN''', a plugin for Windows Explorer, can be used for managing the local source tree. Download [http://tortoisesvn.tigris.org/ here].
     166B) Graphical user interface based:
     167   Alternatively, get '''TortoiseSVN''', a plugin for Windows Explorer, which can be used for managing the local source tree. Download [http://tortoisesvn.tigris.org/ here].
    165168
    166169=== Grass-6.4.svn (releasebranch_64) ===
     
    177180OR
    178181
    179  * Download a weekly snapshot from [http://grass.osgeo.org/grass64/source/snapshot/ here]
    180 
    181 After installing, start with:
     182 * Download a weekly snapshot from [http://grass.osgeo.org/grass64/source/snapshot/ here] and unpack to /osgeo4w/usr/src
     183
     1842. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation.
     185
     1863. After installation, start with:
    182187{{{
    183188/osgeo4w/apps/grass/bin/grass64
     
    200205 * Download a weekly snapshot from [http://grass.osgeo.org/grass65/source/snapshot/ here]
    201206
    202 After installing, start with:
     2072. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation.
     208
     2093. After installation, start with:
    203210{{{
    204211/osgeo4w/apps/grass/bin/grass65
     
    225232}}}
    226233
    227 After installing, start with:
     2343. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation.
     235
     2364. After installation, start with:
    228237{{{
    229238/osgeo4w/apps/grass/bin/grass70
     
    250259Here are a few common problems and their solutions:
    251260||''With module...''||''If you get the error''||''Do the following''||
    252 ||r.mapcalc, r.univar, or raster3d/base||No rule to make target ... needed by 'progs'||Update msys's '''make''' (see step 8 in the MinGW section above)||
     261||r.mapcalc, r.univar, or raster3d/base||No rule to make target ... needed by 'progs'||Update msys's '''make''' (see step 8 in the MinGW section [wiki:CompileOnWindows#InstalltheenvironmentforcompilationMingW above])||
    253262||scripts/*||!ImportError: No module named grass||Fix {{{PYTHONPATH}}} to *nix-style (eg. {{{PYTHONPATH=/osego4w/apps/Python25}}})||
    254263