You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2006/06/27 12:32:51 UTC

svn commit: r417404 - /incubator/tuscany/cpp/sdo/INSTALL

Author: edslattery
Date: Tue Jun 27 03:32:51 2006
New Revision: 417404

URL: http://svn.apache.org/viewvc?rev=417404&view=rev
Log:
windows details

Modified:
    incubator/tuscany/cpp/sdo/INSTALL

Modified: incubator/tuscany/cpp/sdo/INSTALL
URL: http://svn.apache.org/viewvc/incubator/tuscany/cpp/sdo/INSTALL?rev=417404&r1=417403&r2=417404&view=diff
==============================================================================
--- incubator/tuscany/cpp/sdo/INSTALL (original)
+++ incubator/tuscany/cpp/sdo/INSTALL Tue Jun 27 03:32:51 2006
@@ -5,6 +5,8 @@
 1. Prereqs
 2. Getting Tuscany SDO working with the binary release on Linux
 3. Getting Tuscany SDO working with the source release on Linux
+4. Getting Tuscany SDO working with the binary release on Windows
+5. Getting Tuscany SDO working with the source release on Windows
 
 1. Prereqs
 ==========
@@ -43,4 +45,32 @@
 d. Run the test
      cd to <tuscany_sdo>/runtime/core/test
      ./tuscany_sdo_test
+
+
+4. Getting Tuscany SDO working with the binary release on Windows
+=================================================================
+a. Unzip the supplid zip file. 
+b. Set the environment variable TUSCANY_SDOCPP to the 'deploy' directory within the tree that
+you have unzipped.
+
+
+5. Getting Tuscany SDO working with the source release on Windows
+=================================================================
+a. Unzip the source supplied zip file.
+ 
+b. The following environment variables are required:
+     LIBXML2_INCLUDE=<path to libxml2 includes>
+     LIBXML2_LIB=<path to libxml2 lib>
+
+     AXIS2C_HOME=<path to axis2c verion 0.92>
+   
+c. Build the source
+     There is a build.cmd file in the projects/tuscany_sdo directory. This will build all the projects
+     and put the required output into the 'deploy' directory.
+
+Alternatively, open the workspace tuscany_sdo.dsw in Visual Studio 6 - you can build projects individually
+or build the test project to build all its dependencies. Running the test project should give a list of
+tests passed - this is currently 111 tests, no failures.
+
+
      



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