Changes To Cookbook
Not logged in
@@ -8,10 +8,11 @@
       <li>  <a href="#CGI">Using <cite>Fossil</cite>'s Built-In CGI</a>
     </ul>
   <li> <a href="#env">Using Environment variables</a>
   <li> <a href="#css">Example CSS</a>
   <li> <a href="#source-hilight">Source highlighting</a>
+  <li> <a href="#win32dev">Fossil Win32 Development Machine setup</a>
 </ul>
 
 <h2><a name="CGI">Using <cite>Fossil</cite>'s Built-In CGI</a></h2>
 <h3>Motivation</h3>
   *  You want to share a repository through your existing web infrastructure.
@@ -504,5 +505,12 @@
 </p>
 <h3>Discussion</h3>
 The Javascript solution requires a minimum to be fully supported by Fossil. Of course my litte change only applies for C/C++ files. But only little more work needs to be done to get the extension of the file a guess the file type.
 
 The pipe solution would also be nice but would probably need some more work than this little patch.
+
+<h3> <a name="win32dev">How to prepare your Windows XP Fossil development Environment</h3>
+
+<h4>Setup MinGW</h4>
+<h4>Getting NSIS Windows packaging tool </h4>
+<h4>Getting Fossil source code</h4>
+<h4>Build the code with Makefile.win32 </h4>