Changes between Version 9 and Version 10 of BuildingOnWindows


Ignore:
Timestamp:
Sep 12, 2008, 10:34:30 AM (16 years ago)
Author:
marcopx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v9 v10  
    55 * and the [http://grass.gdf-hannover.de/wiki/Compile_and_Install#MS-Windows Windows Compile and Install] page on the GRASS User Wiki.
    66
    7 == develop your own GRASS modules on MS-Windows ==
     7== Develop your own GRASS modules on MS-Windows ==
    88
    9 (1) download this archive: http://grass.osgeo.org/grass63/binary/mswindows/native/GRASS_MSYS_Environment.zip
     9Refer to the following document on how to develop GRASS modules: http://download.osgeo.org/grass/grass6_progman/
    1010
    11 It is still not updated, but it's fair enough for the job.
     11http://grass.osgeo.org/grass63/binary/mswindows/native/#Build%20GRASS%20From%20Source
    1212
    13 (2) refer to this document on how to develop GRASS modules: http://download.osgeo.org/grass/grass6_progman/
     13(1) Download and install the current WinGRASS release.
     14
     15(2) Follow the instruction written here: http://grass.osgeo.org/grass63/binary/mswindows/native/#Build%20GRASS%20From%20Source
     16
     17(3) Open this document: http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html#GRASS
    1418
    1519You don't need to build GRASS in order to build your own modules; the smartest way is to:
    1620
    17 (2a) download and install the current WinGRASS release.
     21    (3a) Run the configure as suggested by the guide and run the "export PATH=[...]" command
    1822
    19 Referring to the following building guide (http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html):
     23    (3b) run: make libs
    2024
    21 (2b) execute steps 1 and 2 from that document
    22 
    23 (2c) jump to step 24, download and extract the GRASS sources tarball (it's very important that you use the same sources as the current binary release) as suggested by the guide.
    24 
    25 (2d) run the configure as suggested by the guide and run the "export PATH=[...]" command
    26 
    27 (2e) run: make libs
    28 
    29 (3) assuming that you have your own module "example.module" in C:\msys\local\src\my-grass-modules\example.module:
     25(4) Assuming that you have your own GRASS module "example.module" in C:\msys\local\src\my-grass-modules\example.module:
    3026
    3127(3a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module
     
    3632while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html *
    3733
    38 (4) just copy the binaries and html pages to your GRASS-Install-Dir\bin and \docs\html\ respectively
     34(4) just copy the binaries and the html pages to your "GRASS-Install-Dir\bin\" and "GRASS-Install-Dir\docs\html\" respectively
    3935
    4036* the specific GRASS path name (..\grass-6.3.0\..) may change, depending on the current GRASS source code release