Update of /cvsroot/monetdb/buildtools/doc
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12757/doc

Modified Files:
        windowsbuild.rst 
Log Message:
propagated changes of Wednesday Oct 31 2007 - Thursday Nov 01 2007
from the MonetDB_1-20 branch to the development trunk


Index: windowsbuild.rst
===================================================================
RCS file: /cvsroot/monetdb/buildtools/doc/windowsbuild.rst,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- windowsbuild.rst    25 Oct 2007 19:24:26 -0000      1.3
+++ windowsbuild.rst    1 Nov 2007 14:15:25 -0000       1.4
@@ -194,8 +194,10 @@
 UTF-8 support and support for Unicode properties.  When you're
 satisfied with the options, click on Configure, and then on OK.  Then
 in the build directory you've chosen, open the PCRE.sln file with
-Visual Studio, and build and install.  The library will be installed
-in ``C:\Program Files\PCRE``.
+Visual Studio, and build and install.  Make sure you set the Solution
+Configuration to Release if you want to build a releasable version of
+the MonetDB suite.  The library will be installed in ``C:\Program
+Files\PCRE``.
 
 __ http://www.pcre.org/
 
@@ -368,13 +370,16 @@
 
 For testing purposes it may be handy to add some more folders to the
 ``Path``.  To begin with, all DLLs that are used also need to be found
-in the ``Path``, and Python modules that were installed need to be
-found by the Python interpreter::
+in the ``Path``, various programs are used during testing, such as
+diff (from GnuWin32) and php, and Python modules that were installed
+need to be found by the Python interpreter::
 
  rem Pthreads DLL
  set Path=C:\Pthreads\lib;%Path%
  rem PCRE DLL
  set Path=C:\Program Files\PCRE\bin;%Path%
+ rem PHP binary
+ set Path=C:\php-5;%Path%
  if not "%MONETDB_PREFIX%" == "%SQL_PREFIX%" set 
Path=%SQL_PREFIX%\bin;%SQL_PREFIX%\lib;%SQL_PREFIX%\lib\MonetDB4;%Path%
  set Path=%MONETDB4_PREFIX%\lib\MonetDB4;%Path%
  if not "%MONETDB_PREFIX%" == "%MONETDB4_PREFIX%" set 
Path=%MONETDB4_PREFIX%\bin;%MONETDB4_PREFIX%\lib;%Path%


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to