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:42:06 UTC

svn commit: r464470 - in /incubator/tuscany/cpp/sca: GettingStarted.html samples/BigBank/README.html samples/Calculator/README.html

Author: ajborley
Date: Mon Oct 16 05:42:06 2006
New Revision: 464470

URL: http://svn.apache.org/viewvc?view=rev&rev=464470
Log:
Documentation updates to address issues in TUSCANY-849 

Modified:
    incubator/tuscany/cpp/sca/GettingStarted.html
    incubator/tuscany/cpp/sca/samples/BigBank/README.html
    incubator/tuscany/cpp/sca/samples/Calculator/README.html

Modified: incubator/tuscany/cpp/sca/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/GettingStarted.html?view=diff&rev=464470&r1=464469&r2=464470
==============================================================================
--- incubator/tuscany/cpp/sca/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sca/GettingStarted.html Mon Oct 16 05:42:06 2006
@@ -59,7 +59,7 @@
             <TBODY>
             <TR CLASS="a">
                <TD><B>Software</B></TD>
-               <TD><B>Download Link</B></TD>
+               <TD><B>Notes and Download Link</B></TD>
             </TR>
             <TR CLASS="b">
                <TD>Operating systems: 
@@ -70,6 +70,8 @@
                   </UL>
                </TD>
                <TD> 
+                Linux distributions tested on include Redhat Enterprise Linux v3, Redhat Enterprise Linux v4, 
+                Ubuntu 6.06 LTS and Fedora Core 5.
                </TD>
             </TR>
             <TR CLASS="a">
@@ -91,27 +93,29 @@
                </TD>
             </TR>
             <TR CLASS="a">
-               <TD>Java SDK 1.4 or later</TD>
+               <TD><STRONG>Optional:</STRONG> Java SDK 1.4 or later</TD>
 
                <TD> 
                   <A HREF="http://java.sun.com/javase/downloads/index.jsp"
                      TARGET="_blank">http://java.sun.com/javase/downloads/index.jsp</A><BR/>
                   This is required for building and running the SCAGEN code generation tool, which is used
-                  when developing Tuscany SCA C++ components
+                  when developing Tuscany SCA C++ components. This is not required when only developing
+                  Python or Ruby SCA components.
                </TD>
             </TR>
             <TR CLASS="b">
-               <TD>Apache Ant 1.6 or later</TD>
+               <TD><STRONG>Optional:</STRONG> Apache Ant 1.6 or later</TD>
 
                <TD> 
                   <A HREF="http://ant.apache.org"
                      TARGET="_blank">http://ant.apache.org</A><BR/>
                   This is required for building the SCAGEN code generation tool, which is used
-                  when developing Tuscany SCA C++ components
+                  when developing Tuscany SCA C++ components. This is only required when building
+                  a source distribution of Tuscany SCA C++.
                </TD>
             </TR>
             <TR CLASS="a">
-               <TD><STRONG>Optional:</STRONG> Python version 2.3 or later</TD>
+               <TD><STRONG>Optional:</STRONG> Python version 2.3.4 or later</TD>
 
                <TD> 
                   <A HREF="http://www.python.org/download/"
@@ -170,12 +174,12 @@
                 </UL></LI>
               <LI>Build the source with the following command sequence:
                   <UL>
-                      <LI>./configure --prefix=&lt;tuscany_sca_install_dir&gt;/deploy</LI>
+                      <LI>./configure --prefix=&lt;tuscany_sca_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/sca</LI>
+                  /usr/local/tuscany/sca. Use ./configure --help to see all the available options</LI>
               <LI>Set the TUSCANY_SCACPP environment variable to point to the &lt;tuscany_sca_install_dir&gt;/deploy
                   directory that contains the built Tuscany SCA distribution</LI>
               </OL>

Modified: incubator/tuscany/cpp/sca/samples/BigBank/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/BigBank/README.html?view=diff&rev=464470&r1=464469&r2=464470
==============================================================================
--- incubator/tuscany/cpp/sca/samples/BigBank/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/BigBank/README.html Mon Oct 16 05:42:06 2006
@@ -116,7 +116,7 @@
              <LI>Build the C++ samples with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;/samples</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --enable-static=no</LI>
                       <LI>make</LI>
                       <LI>make install</LI>
                   </UL>

Modified: incubator/tuscany/cpp/sca/samples/Calculator/README.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/samples/Calculator/README.html?view=diff&rev=464470&r1=464469&r2=464470
==============================================================================
--- incubator/tuscany/cpp/sca/samples/Calculator/README.html (original)
+++ incubator/tuscany/cpp/sca/samples/Calculator/README.html Mon Oct 16 05:42:06 2006
@@ -93,7 +93,7 @@
              <LI>Build the C++ samples with the following command sequence:
                   <UL>
                       <LI>cd &lt;tuscany_sca_install_dir&gt;/samples</LI>
-                      <LI>./configure --prefix=$TUSCANY_SCACPP</LI>
+                      <LI>./configure --prefix=$TUSCANY_SCACPP --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