You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by bo...@apache.org on 2009/02/12 08:33:12 UTC

svn commit: r743641 - in /xerces/c/trunk/doc: build.xml install.xml

Author: borisk
Date: Thu Feb 12 07:33:11 2009
New Revision: 743641

URL: http://svn.apache.org/viewvc?rev=743641&view=rev
Log:
Minor documentation updates, including a fix for XERCESC-1848.

Modified:
    xerces/c/trunk/doc/build.xml
    xerces/c/trunk/doc/install.xml

Modified: xerces/c/trunk/doc/build.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/build.xml?rev=743641&r1=743640&r2=743641&view=diff
==============================================================================
--- xerces/c/trunk/doc/build.xml (original)
+++ xerces/c/trunk/doc/build.xml Thu Feb 12 07:33:11 2009
@@ -162,7 +162,8 @@
          <p>Once the configuration part is complete you can run
             <code>make</code> (or <code>gmake</code>). Running
             <code>make</code> from the <code>&XercesC3SrcInstallDir;</code>
-            directory builds &XercesCName; library and examples. If
+            directory builds &XercesCName; library and examples. The
+            library is placed into the <code>src/.libs</code> directory. If
             you like to build only the library, you can run make from
             <code>&XercesC3SrcInstallDir;/src</code>.</p>
 
@@ -172,6 +173,11 @@
             directory. The automated test suite required
             Perl and the <code>diff</code> command.</p>
 
+         <p>Finally, to install the library and examples you can run
+            <code>make install</code> (or <code>gmake install</code>).
+            To change the installation directory, use the <code>--prefix</code>
+            <code>configure</code> option.</p>
+
          <p>Some platforms and configurations require extra
             <code>configure</code> and <code>make</code> options
             which are shown in the following table.</p>
@@ -195,7 +201,7 @@
         <tr>
           <td>Solaris SPARC</td>
           <td>Sun CC</td>
-          <td><code>/configure CXX=CC CC=cc</code></td>
+          <td><code>./configure CXX=CC CC=cc</code></td>
         </tr>
         <tr>
           <td>Solaris SPARCv9</td>
@@ -228,7 +234,7 @@
         <tr>
           <td>Mac OS X x86-64</td>
           <td>GCC</td>
-          <td><code>/configure CFLAGS="-arch x86_64" CXXFLAGS="-arch x86_64" </code></td>
+          <td><code>./configure CFLAGS="-arch x86_64" CXXFLAGS="-arch x86_64" </code></td>
         </tr>
         <tr>
           <td>Mac OS X PowerPC-64</td>
@@ -255,7 +261,7 @@
 
         <note>
          Note that different UNIX platforms use different system
-         environment variable for finding libraries. On Linux
+         environment variable for finding shared libraries. On Linux
          and Solaris, the environment variable name is
          <code>LD_LIBRARY_PATH</code>, on AIX it is
          <code>LIBPATH</code>, on Mac OS X it is
@@ -265,9 +271,10 @@
 
 	<note>
           Note that Cygwin and MinGW are different from the UNIX platforms
-          in the way they find libraries at run time. While UNIX platforms
-          may use the <code>LD_LIBRARY_PATH</code> environment variable,
-          Cygwin and MinGW use the <code>PATH</code> environment variable.
+          in the way they find shared libraries at run time. While UNIX
+          platforms may use the <code>LD_LIBRARY_PATH</code> environment
+          variable, Cygwin and MinGW use the <code>PATH</code> environment
+          variable.
         </note>
     </s3>
 

Modified: xerces/c/trunk/doc/install.xml
URL: http://svn.apache.org/viewvc/xerces/c/trunk/doc/install.xml?rev=743641&r1=743640&r2=743641&view=diff
==============================================================================
--- xerces/c/trunk/doc/install.xml (original)
+++ xerces/c/trunk/doc/install.xml Thu Feb 12 07:33:11 2009
@@ -75,6 +75,12 @@
            &lt;full-path-to-&XercesC3InstallDir;-{arch}-windows-{compiler}>\bin
            to the PATH variable.</p>
 
+        <p>Additionally, if you don't have the corresponding version of
+           Microsoft Visual C++ installed, you may need to download and
+           install the C/C++ runtime libraries from the Microsoft website.
+           For example, for Visual Studio 2008 (9.0) the package is called
+           "Microsoft Visual C++ 2008 Redistributable Package".</p>
+
         <p>The binary distribution contains the pre-built parser libraries
            and sample executables. Please refer to the
            <jump href="samples-&XercesC3Series;.html">Samples</jump> for how to run the



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org