Changes between Version 6 and Version 7 of BuildingOnWindows


Ignore:
Timestamp:
Jun 18, 2008, 2:38:57 AM (16 years ago)
Author:
marcopx
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindows

    v6 v7  
    2525(2e) run: make libs
    2626
    27 (3) assuming that you have your own module *example.module* in C:\msys\local\src\my-grass-modules\example.module:
     27(3) assuming that you have your own module "example.module" in C:\msys\local\src\my-grass-modules\example.module:
    2828
    2929(3a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module
    3030
    31 (3b) run: make MODULE_TOPDIR=/usr/local/src/grass-6.3.0
     31(3b) run: make MODULE_TOPDIR=/usr/local/src/grass-6.3.0 *
    3232
    33 your own module's binaries will be built in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\bin
    34 while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html
     33your own module's binaries will be built in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\bin *
     34while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html *
    3535
    3636(4) just copy the binaries and html pages to your GRASS-Install-Dir\bin and \docs\html\ respectively
     37
     38* the specific GRASS path name (..\grass-6.3.0\..) may change, depending on the current source code release