You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by aj...@apache.org on 2006/10/16 14:24:17 UTC

svn commit: r464464 - in /incubator/tuscany/cpp/sdo: GettingStarted.html samples/GettingStarted.html

Author: ajborley
Date: Mon Oct 16 05:24:16 2006
New Revision: 464464

URL: http://svn.apache.org/viewvc?view=rev&rev=464464
Log:
Doc fixes for TUSCANY-847

Modified:
    incubator/tuscany/cpp/sdo/GettingStarted.html
    incubator/tuscany/cpp/sdo/samples/GettingStarted.html

Modified: incubator/tuscany/cpp/sdo/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/GettingStarted.html?view=diff&rev=464464&r1=464463&r2=464464
==============================================================================
--- incubator/tuscany/cpp/sdo/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sdo/GettingStarted.html Mon Oct 16 05:24:16 2006
@@ -108,7 +108,8 @@
                <TD><STRONG>Optional: </STRONG>STDCXX Release 4.1.3</TD>
 
                <TD> 
-                  <A HREF="http://incubator.apache.org/stdcxx/" TARGET="_blank">http://incubator.apache.org/stdcxx/download.html</A><BR/>
+                  <A HREF="http://incubator.apache.org/stdcxx/download.html" 
+                     TARGET="_blank">http://incubator.apache.org/stdcxx/download.html</A><BR/>
                   STDCXX is the Apache implementation of the C++ Standard Library. Tuscany SDO 
                   can be built using this library implementation rather than the default 
                   platform libraries available on your operating system.<BR/>
@@ -142,12 +143,12 @@
                 </UL></LI>
               <LI>Build the source with the following command sequence:
                   <UL>
-                      <LI>./configure</LI>
+                      <LI>./configure --prefix=&lt;tuscany_sdo_install_dir&gt;/deploy --enable-static=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>
 	              NOTE: If you don't provide a --prefix configure option, it will by default install into
-                  /usr/local/tuscany/sdo</LI>
+                  /usr/local/tuscany/sdo. Use ./configure --help to see all the available options</LI>
               <LI>Run the test:
                   <UL>
                       <LI>cd to &lt;tuscany_sdo_install_dir&gt;/runtime/core/test</LI>

Modified: incubator/tuscany/cpp/sdo/samples/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/samples/GettingStarted.html?view=diff&rev=464464&r1=464463&r2=464464
==============================================================================
--- incubator/tuscany/cpp/sdo/samples/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sdo/samples/GettingStarted.html Mon Oct 16 05:24:16 2006
@@ -88,7 +88,7 @@
              <LI>Build the source with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sdo_install_dir&gt;/samples</LI>
-                      <LI>./configure</LI>
+                      <LI>./configure --prefix=&lt;tuscany_sdo_install_dir&gt;/deploy --enable-static=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>



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