List:Commits« Previous MessageNext Message »
From:kboortz Date:August 7 2006 7:01pm
Subject:svn commit - mysqldoc@docsrva: r2975 - in trunk: refman-4.1 refman-5.0
View as plain text  
Author: kboortz
Date: 2006-08-07 19:01:32 +0200 (Mon, 07 Aug 2006)
New Revision: 2975

Log:
Updated instuction to match current Windows 4.1 and 5.0 build


Modified:
   trunk/refman-4.1/installing.xml
   trunk/refman-5.0/installing.xml


Modified: trunk/refman-4.1/installing.xml
===================================================================
--- trunk/refman-4.1/installing.xml	2006-08-07 10:11:44 UTC (rev 2974)
+++ trunk/refman-4.1/installing.xml	2006-08-07 17:01:32 UTC (rev 2975)
Changed blocks: 7, Lines Added: 26, Lines Deleted: 37; 5567 bytes

@@ -9385,7 +9385,7 @@
 
         <listitem>
           <para>
-            Visual Studio 7.1 compiler system
+            Visual Studio .Net 2003 (7.1) compiler system
           </para>
         </listitem>
 

@@ -9397,7 +9397,7 @@
 
         <listitem>
           <para>
-            Windows 2000 or higher.
+            Windows XP, Windows 2000 or higher.
           </para>
         </listitem>
 

@@ -9405,7 +9405,7 @@
 
       <para>
         The exact system requirements can be found here:
-        <ulink url="http://msdn.microsoft.com/vstudio/productinfo/sysreqs/default.aspx"/>
+        <ulink url="http://msdn.microsoft.com/vstudio/Previous/2003/sysreqs/default.aspx"/>
       </para>
 
       <para>

@@ -9417,7 +9417,7 @@
 
         <listitem>
           <para>
-            Obtain a source distribution packaged by MySQL AB for the
+            Obtain a Windows source distribution packaged by MySQL AB for the
             particular version of MySQL in which you are interested.
             These are available from
             <ulink url="&base-url-downloads;"/>.

@@ -9445,7 +9445,7 @@
 
             <listitem>
               <para>
-                BitKeeper 3.0 installed on that system. See
+                BitKeeper installed on that system. See
                 <xref linkend="installing-source-tree"/>, for
                 instructions how to download and install BitKeeper.
               </para>

@@ -9503,74 +9503,63 @@
 
           <listitem>
             <para>
-              Start Visual Studio.
+              Start Visual Studio .Net 2003 (7.1).
             </para>
           </listitem>
 
           <listitem>
             <para>
-              In the <guimenu>File</guimenu> menu, select
-              <guimenuitem>Open Workspace</guimenuitem>.
+              From the <guimenu>File menu</guimenu>, select
+              <guimenuitem>Open Solution...</guimenuitem>.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Open the <filename>mysql.dsw</filename> workspace you find
+              Open the <filename>mysql.sln</filename> solution you find
               in the work directory.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              From the <guimenu>Build</guimenu> menu, select the
-              <guisubmenu>Set Active Configuration</guisubmenu> menu.
+              From the <guimenu>Build</guimenu> menu, select
+              <guisubmenu>Configuration Manager...</guisubmenu>.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Click over the screen selecting <guimenuitem>mysqld -
-              Win32 Debug</guimenuitem> and click
-              <guibutton>OK</guibutton>.
+              In the <guimenu>Active Solution Configuration</guimenu> pop-up menu,
+	      select the configuration to use. You likely want to use one of
+	      <guisubmenu>nt</guisubmenu> (normal server, not for Windows 98/ME),
+	      <guisubmenu>Max nt</guisubmenu> (more engines and features, not for 98/ME) or
+	      <guisubmenu>Debug</guisubmenu> configuration.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Press <keycap>F7</keycap> to begin the build of the debug
-              server, libraries, and some client applications.
+              From the <guimenu>Build</guimenu> menu, select
+              <guisubmenu>Build Solution</guisubmenu>.
             </para>
           </listitem>
 
-<!--
           <listitem>
             <para>
-              When the compilation finishes, copy the libraries and the 
-              executables to a separate directory.
-            </para>
-          </listitem>
--->
-
-          <listitem>
-            <para>
-              Compile the release versions that you want in the same
-              way.
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
               Debug versions of the programs and libraries are placed in
               the <filename>client_debug</filename> and
               <filename>lib_debug</filename> directories. Release
               versions of the programs and libraries are placed in the
               <filename>client_release</filename> and
-              <filename>lib_release</filename> directories. Note that if
-              you want to build both debug and release versions, you can
-              select the <guimenuitem>Build All</guimenuitem> option
-              from the <guimenu>Build</guimenu> menu.
+              <filename>lib_release</filename> directories.
             </para>
+
+            <remark>
+              @item Note that the resulting binaries are not placed in
+              a direcory structure that match the structure of the
+              binary packages provided.
+            </remark>
           </listitem>
 
           <listitem>

@@ -9596,7 +9585,7 @@
               Start your server from the
               <filename>client_release</filename> or
               <filename>client_debug</filename> directory, depending on
-              which server you want to use. The general server startup
+              which server you built or want to use. The general server startup
               instructions are in
               <xref linkend="windows-installation"/>. You must adapt the
               instructions appropriately if you want to use a different


Modified: trunk/refman-5.0/installing.xml
===================================================================
--- trunk/refman-5.0/installing.xml	2006-08-07 10:11:44 UTC (rev 2974)
+++ trunk/refman-5.0/installing.xml	2006-08-07 17:01:32 UTC (rev 2975)
Changed blocks: 8, Lines Added: 29, Lines Deleted: 33; 5734 bytes

@@ -9168,7 +9168,7 @@
 
         <listitem>
           <para>
-            Visual Studio 7.1 compiler system
+            Visual Studio .Net 2003 (7.1) compiler system
           </para>
         </listitem>
 

@@ -9180,7 +9180,7 @@
 
         <listitem>
           <para>
-            Windows 2000 or higher.
+            Windows XP, Windows 2000 or higher.
           </para>
         </listitem>
 

@@ -9188,7 +9188,7 @@
 
       <para>
         The exact system requirements can be found here:
-        <ulink url="http://msdn.microsoft.com/vstudio/productinfo/sysreqs/default.aspx"/>
+        <ulink url="http://msdn.microsoft.com/vstudio/Previous/2003/sysreqs/default.aspx"/>
       </para>
 
       <para>

@@ -9200,8 +9200,10 @@
 
         <listitem>
           <para>
-            Obtain a source distribution packaged by MySQL AB. These are
-            available from <ulink url="&base-url-downloads;"/>.
+            Obtain a Windows source distribution packaged by MySQL AB for the
+            particular version of MySQL in which you are interested.
+	    These are available from
+	    <ulink url="&base-url-downloads;"/>.
           </para>
         </listitem>
 

@@ -9226,7 +9228,7 @@
 
             <listitem>
               <para>
-                BitKeeper 3.0 installed on that system. See
+                BitKeeper installed on that system. See
                 <xref linkend="installing-source-tree"/>, for
                 instructions how to download and install BitKeeper.
               </para>

@@ -9285,69 +9287,63 @@
 
           <listitem>
             <para>
-              Start Visual Studio.
+              Start Visual Studio .Net 2003 (7.1).
             </para>
           </listitem>
 
           <listitem>
             <para>
               From the <guimenu>File menu</guimenu>, select
-              <guimenuitem>Open Workspace</guimenuitem>.
+              <guimenuitem>Open Solution...</guimenuitem>.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Open the <filename>mysql.dsw</filename> workspace you find
+              Open the <filename>mysql.sln</filename> solution you find
               in the work directory.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              From the <guimenu>Build</guimenu> menu, select the
-              <guisubmenu>Set Active Configuration</guisubmenu> menu.
+              From the <guimenu>Build</guimenu> menu, select
+              <guisubmenu>Configuration Manager...</guisubmenu>.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Click over the screen selecting <guimenuitem>mysqld -
-              Win32 Debug</guimenuitem> and click
-              <guibutton>OK</guibutton>.
+              In the <guimenu>Active Solution Configuration</guimenu> pop-up menu,
+	      select the configuration to use. You likely want to use one of
+	      <guisubmenu>nt</guisubmenu> (normal server, not for Windows 98/ME),
+	      <guisubmenu>Max nt</guisubmenu> (more engines and features, not for 98/ME) or
+	      <guisubmenu>Debug</guisubmenu> configuration.
             </para>
           </listitem>
 
           <listitem>
             <para>
-              Press <keycap>F7</keycap> to begin the build of the debug
-              server, libraries, and some client applications.
+              From the <guimenu>Build</guimenu> menu, select
+              <guisubmenu>Build Solution</guisubmenu>.
             </para>
-
-            <remark>
-              @item When the compilation finishes, copy the libraries
-              and the executables to a separate directory.
-            </remark>
           </listitem>
 
           <listitem>
             <para>
-              Compile the release version in the same way.
-            </para>
-          </listitem>
-
-          <listitem>
-            <para>
               Debug versions of the programs and libraries are placed in
               the <filename>client_debug</filename> and
               <filename>lib_debug</filename> directories. Release
               versions of the programs and libraries are placed in the
               <filename>client_release</filename> and
-              <filename>lib_release</filename> directories. Note that if
-              you want to build both debug and release versions, you can
-              select the <guimenuitem>Build All</guimenuitem> option
-              from the <guimenu>Build</guimenu> menu.
+              <filename>lib_release</filename> directories.
             </para>
+
+            <remark>
+              @item Note that the resulting binaries are not placed in
+              a direcory structure that match the structure of the
+              binary packages provided.
+            </remark>
           </listitem>
 
           <listitem>

@@ -9373,7 +9369,7 @@
               Start your server from the
               <filename>client_release</filename> or
               <filename>client_debug</filename> directory, depending on
-              which server you want to use. The general server startup
+              which server you built or want to use. The general server startup
               instructions are in
               <xref linkend="windows-installation"/>. You must adapt the
               instructions appropriately if you want to use a different

@@ -9867,7 +9863,7 @@
       </itemizedlist>
 
       <para>
-        Otherwise, you'll need to run
+        Otherwise, you will need to run
         <command>mysql_install_db</command> yourself.
       </para>
 


Thread
svn commit - mysqldoc@docsrva: r2975 - in trunk: refman-4.1 refman-5.0kboortz7 Aug