<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.27">
<TITLE>How To Develop Own GRASS Modules on Windows</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hi Daniel,<BR>
<BR>
I reply you starting a new thread on the list because I think it could be of general interest:<BR>
<BR>
&gt;my goal is just to understand how to create a module like v.in.ascii (by example)<BR>
&gt;because i must create a specific tool importing data<BR>
&gt;your page is a learning tool not for replacing the install<BR>
&gt;If you have a better way for me, please help me<BR>
<BR>
if you want to develop you own GRASS modules on Windows I suggest you to:<BR>
<BR>
01. download this archive: <A HREF="http://grass.osgeo.org/grass63/binary/mswindows/native/GRASS_MSYS_Environment.zip">http://grass.osgeo.org/grass63/binary/mswindows/native/GRASS_MSYS_Environment.zip</A><BR>
<BR>
it is still not updated, but it's fair enough for your job.<BR>
<BR>
02. refer to this document on how to develop GRASS modules: <A HREF="http://download.osgeo.org/grass/grass6_progman/">http://download.osgeo.org/grass/grass6_progman/</A><BR>
<BR>
you don't need to build GRASS to build your own modules; the smartest way is to:<BR>
<BR>
03. download and install the current WinGRASS release (6.3.0-3)<BR>
<BR>
referring to my building guide (http://www.webalice.it/marco.pasetti/grass/BuildFromSource.html):<BR>
<BR>
04. execute steps 1 and 2<BR>
<BR>
05. 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, that is 6.3.0) as suggested by the guide<BR>
<BR>
06. run the configure as suggested by the guide and run the &quot;export PATH=[...]&quot; command<BR>
<BR>
07. run: make libs<BR>
<BR>
assuming that you have your own module *v.in.daniel* in C:\msys\local\src\my-grass-modules\v.in.daniel:<BR>
<BR>
08. go to your module's source root: cd /usr/local/src/my-grass-modules/v.in.daniel<BR>
<BR>
09. run: make MODULE_TOPDIR=/usr/local/src/grass-6.3.0<BR>
<BR>
your own module's binaries will be built in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\bin<BR>
while the html help pages in: C:\msys\local\src\grass-6.3.0\dist.i686-pc-mingw32\docs\html<BR>
<BR>
10. just copy the binaries and html pages to your GRASS-Install-Dir\bin and \docs\html\ respectively<BR>
<BR>
Happy hacking :-)<BR>
<BR>
Marco</FONT>
</P>

</BODY>
</HTML>