Changes between Version 142 and Version 143 of CompileOnWindows
- Timestamp:
- 01/18/10 18:47:15 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompileOnWindows
v142 v143 147 147 === Optional Installation of Subversion === 148 148 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: 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 simple commands or a graphical tool. For details, see [wiki:HowToSVN here]. 150 151 A) 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: 156 158 {{{ 157 159 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin 158 160 }}} 159 To:161 to: 160 162 {{{ 161 163 PATH %PATH%;%OSGEO4W_ROOT%\apps\msys\bin;/c/Subversion 162 164 }}} 163 165 164 Alternatively '''TortoiseSVN''', a plugin for Windows Explorer, can be used for managing the local source tree. Download [http://tortoisesvn.tigris.org/ here]. 166 B) 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]. 165 168 166 169 === Grass-6.4.svn (releasebranch_64) === … … 177 180 OR 178 181 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 184 2. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation. 185 186 3. After installation, start with: 182 187 {{{ 183 188 /osgeo4w/apps/grass/bin/grass64 … … 200 205 * Download a weekly snapshot from [http://grass.osgeo.org/grass65/source/snapshot/ here] 201 206 202 After installing, start with: 207 2. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation. 208 209 3. After installation, start with: 203 210 {{{ 204 211 /osgeo4w/apps/grass/bin/grass65 … … 225 232 }}} 226 233 227 After installing, start with: 234 3. See [wiki:CompileOnWindows#CompilingandInstalling below] for compilation and installation. 235 236 4. After installation, start with: 228 237 {{{ 229 238 /osgeo4w/apps/grass/bin/grass70 … … 250 259 Here are a few common problems and their solutions: 251 260 ||''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])|| 253 262 ||scripts/*||!ImportError: No module named grass||Fix {{{PYTHONPATH}}} to *nix-style (eg. {{{PYTHONPATH=/osego4w/apps/Python25}}})|| 254 263