summaryrefslogtreecommitdiffstats
path: root/branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt
diff options
context:
space:
mode:
authordims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
committerdims <dims@13f79535-47bb-0310-9956-ffa450edef68>2008-06-17 00:23:01 +0000
commitbdd0a41aed7edf21ec2a65cfa17a86af2ef8c48a (patch)
tree38a92061c0793434c4be189f1d70c3458b6bc41d /branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt
Move Tuscany from Incubator to top level.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@668359 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt')
-rw-r--r--branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt31
1 files changed, 31 insertions, 0 deletions
diff --git a/branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt b/branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt
new file mode 100644
index 0000000000..2c1a98394c
--- /dev/null
+++ b/branches/cpp-M1/sdo/projects/tuscany_sdo/build_instructions.txt
@@ -0,0 +1,31 @@
+Tuscany SDO Build Instructions
+===============================
+
+The project is dependent on libxml
+(available here: http://www.zlatkovic.com/libxml.en.html)
+
+The versions required are these:
+ libxml2-2.6.20.win32
+ iconv-1.9.1.win32
+ zlib-1.2.2.win32
+
+By default, the projects are set up to look for these in directories located by the
+environment variables: LIBXML2_HOME, ICONV_HOME and ZLIB_HOME. These need to be set
+before launching Visual Studio.
+
+The two projects sdo_axiom and sdo_axiom_test are dependent on AXIS2C, and require that
+an environment variable AXIS2C_HOME be set to where axis2c is installed. Axis2c can be
+located at http://ws.apache.org/axis2/c/. Please read the axis2c documentation to ensure
+you have installed any pre-requisites.
+
+Open the build workspace tuscany\cpp\sdo\runtime\projects\tuscany_sdo\tuscany_sdo.dsw
+
+Build->Set Active Configuration->sdo_axiom_test - Win32 Release
+
+Build->Rebuild All
+
+The output of the build will be in runtime\core\Release.
+
+The executable, required headers and lib are copied to the deploy directory.
+
+