Update of /cvsroot/monetdb/MonetDB
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14868

Modified Files:
        HowToStart.rst 
Log Message:
propagated changes of Sunday Feb 03 2008 - Friday Feb 08 2008
from the MonetDB_1-22 branch to the development trunk


Index: HowToStart.rst
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/HowToStart.rst,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- HowToStart.rst      22 Aug 2007 06:21:57 -0000      1.3
+++ HowToStart.rst      8 Feb 2008 22:35:05 -0000       1.4
@@ -18,10 +18,10 @@
 installing MonetDB on a Unix-like system (e.g., Linux, IRIX, Solaris,
 AIX, Mac OS X/Darwin, or CYGWIN).  For compilation and installation on
 a native Windows system (NT, 2000, XP) see the instructions in the
-file `HowToStart-Win32.txt`__.
+file `../buildtools/doc/windowsbuild.rst`__.
 
 __ http://sourceforge.net/project/showfiles.php?group_id=56967
-__ ../Windows/index.html
+__ Windows-Installation.html
 
 The Suite
 ---------
@@ -309,7 +309,7 @@
 Testing the Build
 ~~~~~~~~~~~~~~~~~
 
-This step is optional and only relevant for the packages MonetDB4,
+This step is optional and only relevant for the packages clients, MonetDB4,
 MonetDB5, pathfinder, and sql.
 
 If ``make`` went successfully, you can try
@@ -340,7 +340,7 @@
 Testing the Installation
 ~~~~~~~~~~~~~~~~~~~~~~~~
 
-This step is optional and only relevant for the packages MonetDB4,
+This step is optional and only relevant for the packages clients, MonetDB4,
 MonetDB5, pathfinder, and sql.
 
 Make sure that *prefix*/bin is in your ``PATH``.  Then
@@ -348,7 +348,17 @@
 
 ::
 
- Mtest.py -r
+ Mtest.py -r [--package=<package>]
+
+where *package* is one of ``clients``, ``MonetDB4``, ``MonetDB5``, ``sql``,
+or ``pathfinder`` (the ``--package=<package>`` option can be omitted when
+using a CVS checkout; see
+
+::
+
+ Mtest.py --help
+
+for more options).
 
 This should produce much the same output as ``make check`` above, but
 uses the installed version of MonetDB.
@@ -423,7 +433,13 @@
 
  mclient --help
 
-for details.
+for global details and 
+
+::
+
+ mclient -l<language> --help
+
+for language-specific details.
 
 At the ``mclient`` prompt some extra commands are available.  Type
 a single question mark to get a list of options.  Note that one of the


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to