You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ro...@apache.org on 2007/03/09 16:26:47 UTC

svn commit: r516431 - in /incubator/tuscany/cpp/sca: GettingStarted.html builddist.bat

Author: robbinspg
Date: Fri Mar  9 07:26:46 2007
New Revision: 516431

URL: http://svn.apache.org/viewvc?view=rev&rev=516431
Log:
Change distro name

Modified:
    incubator/tuscany/cpp/sca/GettingStarted.html
    incubator/tuscany/cpp/sca/builddist.bat

Modified: incubator/tuscany/cpp/sca/GettingStarted.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/GettingStarted.html?view=diff&rev=516431&r1=516430&r2=516431
==============================================================================
--- incubator/tuscany/cpp/sca/GettingStarted.html (original)
+++ incubator/tuscany/cpp/sca/GettingStarted.html Fri Mar  9 07:26:46 2007
@@ -56,8 +56,7 @@
             <LI><A HREF="#requirements">System Requirements</A></LI>
             <LI><A HREF="#install">Installing Tuscany SCA..</A>
                 <UL>
-                    <LI><A HREF="#linuxbin">..from the binary release on Linux</A></LI>
-                    <LI><A HREF="#linuxsrc">..from the source release on Linux</A></LI>
+                    <LI><A HREF="#linuxsrc">..from the source release on Linux or Mac OS X</A></LI>
                     <LI><A HREF="#winbin">..from the binary release on Windows</A></LI>
                     <LI><A HREF="#winsrc">..from the source release on Windows</A></LI>
                 </UL></LI>
@@ -87,6 +86,7 @@
 
                      <LI>Windows XP SP2</LI> 
                      <LI>Linux</LI> 
+                     <li>Mac OS X</li>
                   </UL>
                </TD>
                <TD> 
@@ -202,13 +202,7 @@
       </DIV> 
       <DIV CLASS="section"> 
          <A NAME="install"><H2>Installing Tuscany SCA Native</H2></A>
-         <A NAME="linuxbin"><H3>Getting Tuscany SCA Native working with the binary release on Linux</H3></A>
-          <OL>
-              <LI>Extract the binary tar package to a folder</LI>
-              <LI>Set the TUSCANY_SCACPP environment variable to point to the directory that was just extracted</LI>
-              <LI>Add the &lt;tuscany_sca_install_dir&gt;/lib directory to the LD_LIBRARY_PATH (Linux) or DYLD_LIBRARY_PATH (Mac OS X) environment variable</LI>
-          </OL>
-         <A NAME="linuxsrc"><H3>Getting Tuscany SCA Native working with the source release on Linux</H3></A>
+         <A NAME="linuxsrc"><H3>Getting Tuscany SCA Native working with the source release on Linux or Mac OS X</H3></A>
           <OL>
               <LI>Extract the source tar package to a folder &lt;tuscany_sca_install_dir&gt;</LI>
               <LI>The following environment variables are required:                                 

Modified: incubator/tuscany/cpp/sca/builddist.bat
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/builddist.bat?view=diff&rev=516431&r1=516430&r2=516431
==============================================================================
--- incubator/tuscany/cpp/sca/builddist.bat (original)
+++ incubator/tuscany/cpp/sca/builddist.bat Fri Mar  9 07:26:46 2007
@@ -39,8 +39,8 @@
 call vcvars32
 
 echo Build of SCA started....
-set PACKAGE=tuscany_sca_cpp
-set VERSION=1.0-incubator-M2
+set PACKAGE=tuscany_sca_native
+set VERSION=1.0-incubator-M3
 set SRC_PACKAGE=%PACKAGE%-%VERSION%-src
 set BIN_PACKAGE=%PACKAGE%-%VERSION%-bin
 



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