Author: ajborley
Date: Thu Oct 19 04:33:46 2006
New Revision: 465581

URL: http://svn.apache.org/viewvc?view=rev&rev=465581
Log:
Minor doc improvements - make sure people know they need the python/ruby 
libraries on their PATH 

Modified:
    incubator/tuscany/cpp/sca/doc/PythonExtension.html
    incubator/tuscany/cpp/sca/doc/RubyExtension.html

Modified: incubator/tuscany/cpp/sca/doc/PythonExtension.html
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/PythonExtension.html?view=diff&rev=465581&r1=465580&r2=465581
==============================================================================
--- incubator/tuscany/cpp/sca/doc/PythonExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/PythonExtension.html Thu Oct 19 04:33:46 2006
@@ -99,9 +99,7 @@
          <A NAME="install"><H2>Installing the Tuscany SCA Python 
Extension</H2></A>
          <A NAME="linuxbin"><H3>Getting the Tuscany SCA Python Extension 
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 (MacOS X)--> environment 
variable</LI>
+              <LI>Ensure the Python libraries are available on the PATH 
environment variable</LI>
               <LI>Add the 
&lt;tuscany_sca_install_dir&gt;/extensions/python/lib directory to the 
PYTHONPATH environment variable</LI>
               <LI>Use the following command sequence to enable the extension:
                   <UL>
@@ -141,9 +139,7 @@
            
          <A NAME="winbin"><H3>Getting the Tuscany SCA Python Extension working 
with the binary release on Windows</H3></A>
           <OL>
-              <LI>Unzip the supplied zip file to a folder</LI>
-              <LI>Set the TUSCANY_SCACPP environment variable to point to the 
directory that was just unzipped</LI>
-              <LI>Add the &lt;tuscany_sca_install_dir&gt;\bin directory to the 
PATH environment variable</LI>
+              <LI>Ensure the Python libraries are available on the PATH 
environment variable</LI>
               <LI>Add the 
&lt;tuscany_sca_install_dir&gt;\extensions\python\bin directory to the 
PYTHONPATH environment variable</LI>
               <LI>Use the following command sequence to enable the extension:
                   <UL>

Modified: incubator/tuscany/cpp/sca/doc/RubyExtension.html
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/cpp/sca/doc/RubyExtension.html?view=diff&rev=465581&r1=465580&r2=465581
==============================================================================
--- incubator/tuscany/cpp/sca/doc/RubyExtension.html (original)
+++ incubator/tuscany/cpp/sca/doc/RubyExtension.html Thu Oct 19 04:33:46 2006
@@ -99,12 +99,10 @@
          <A NAME="install"><H2>Installing the Tuscany SCA Ruby 
Extension</H2></A>
          <A NAME="linuxbin"><H3>Getting the Tuscany SCA Ruby Extension 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 (MacOS X)--> environment 
variable</LI>
+              <LI>Ensure the Ruby libraries are available on the PATH 
environment variable</LI>
               <LI>Use the following command sequence to enable the extension:
                   <UL>
-                      <LI>cd 
&lt;tuscany_sca_install_dir&gt;/extensions/python</LI>
+                      <LI>cd 
&lt;tuscany_sca_install_dir&gt;/extensions/ruby</LI>
                       <LI>./deploy.sh</LI>
                   </UL>
               </LI>
@@ -140,9 +138,7 @@
            
          <A NAME="winbin"><H3>Getting the Tuscany SCA Ruby Extension working 
with the binary release on Windows</H3></A>
           <OL>
-              <LI>Unzip the supplied zip file to a folder</LI>
-              <LI>Set the TUSCANY_SCACPP environment variable to point to the 
directory that was just unzipped</LI>
-              <LI>Add the &lt;tuscany_sca_install_dir&gt;\bin directory to the 
PATH environment variable</LI>
+              <LI>Ensure the Ruby libraries are available on the PATH 
environment variable</LI>
               <LI>Use the following command sequence to enable the extension:
                   <UL>
                       <LI>cd 
&lt;tuscany_sca_install_dir&gt;\extensions\ruby</LI>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to