From 8759a126a1bb9eec550c37b5b14642b0cfeb797b Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:23:13 +0000 Subject: Cleaning up SVN structure, moving branch under sca-cpp/branches. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880612 13f79535-47bb-0310-9956-ffa450edef68 --- .../projectsvc7/tuscany_sdo/build_instructions.txt | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sca-cpp/branches/cpp-M1/sdo/projectsvc7/tuscany_sdo/build_instructions.txt (limited to 'sca-cpp/branches/cpp-M1/sdo/projectsvc7/tuscany_sdo/build_instructions.txt') diff --git a/sca-cpp/branches/cpp-M1/sdo/projectsvc7/tuscany_sdo/build_instructions.txt b/sca-cpp/branches/cpp-M1/sdo/projectsvc7/tuscany_sdo/build_instructions.txt new file mode 100644 index 0000000000..8d2e518ef8 --- /dev/null +++ b/sca-cpp/branches/cpp-M1/sdo/projectsvc7/tuscany_sdo/build_instructions.txt @@ -0,0 +1,28 @@ +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/. + +Open the build solution \sdo\runtime\projectsvc7\tuscany_sdo\tuscany_sdo.sln + +Rebuild the solution + +There are several signed-unsigned mismatches which we are working to fix, but these +warnings should not cause any problems in running the project. + +NOTE: +The output is copied to the deploy directory from both VC6 and VC7 builds. \ No newline at end of file -- cgit v1.2.3