Changes between Version 11 and Version 12 of BuildingOnWindows


Ignore:
Timestamp:
Sep 15, 2008, 12:51:35 AM (16 years ago)
Author:
marcopx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v11 v12  
    1515(3) Open this document: http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html#GRASS
    1616
    17 You don't need to build GRASS in order to build your own modules; the smartest way is to:
     17You don't need to build "all" GRASS in order to build your own modules; the smartest way is to:
    1818
    1919    (3a) Run the configure as suggested by the guide and run the "export PATH=[...]" command
     
    2323(4) Assuming that you have your own GRASS module "example.module" in C:\msys\local\src\my-grass-modules\example.module:
    2424
    25 (3a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module
     25    (4a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module
    2626
    27 (3b) run: make MODULE_TOPDIR=/usr/local/src/grass-6.3.0 *
     27    (4b) run: make MODULE_TOPDIR=/usr/local/src/grass-6.3.0 *
    2828
    2929your own module's binaries will be built in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\bin *
    3030while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html *
    3131
    32 (4) just copy the binaries and the html pages to your "GRASS-Install-Dir\bin\" and "GRASS-Install-Dir\docs\html\" respectively
     32(5) just copy the binaries and the html pages to your "GRASS-Install-Dir\bin\" and "GRASS-Install-Dir\docs\html\" respectively
    3333
    3434* the specific GRASS path name (..\grass-6.3.0\..) may change, depending on the current GRASS source code release