Changes between Version 11 and Version 12 of BuildingOnWindows
- Timestamp:
- 09/15/08 00:51:35 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOnWindows
v11 v12 15 15 (3) Open this document: http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html#GRASS 16 16 17 You don't need to build GRASS in order to build your own modules; the smartest way is to:17 You don't need to build "all" GRASS in order to build your own modules; the smartest way is to: 18 18 19 19 (3a) Run the configure as suggested by the guide and run the "export PATH=[...]" command … … 23 23 (4) Assuming that you have your own GRASS module "example.module" in C:\msys\local\src\my-grass-modules\example.module: 24 24 25 (3a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module25 (4a) go to your module's source root: cd /usr/local/src/my-grass-modules/example.module 26 26 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 * 28 28 29 29 your own module's binaries will be built in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\bin * 30 30 while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html * 31 31 32 ( 4) just copy the binaries and the html pages to your "GRASS-Install-Dir\bin\" and "GRASS-Install-Dir\docs\html\" respectively32 (5) just copy the binaries and the html pages to your "GRASS-Install-Dir\bin\" and "GRASS-Install-Dir\docs\html\" respectively 33 33 34 34 * the specific GRASS path name (..\grass-6.3.0\..) may change, depending on the current GRASS source code release