From ce91da1216fa068890a556305d8651092fb6c2a7 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 16 Nov 2009 06:42:50 +0000 Subject: Cleaning up SVN structure, moving tag under sca-cpp/tags. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@880622 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/tags/cpp-stable-20060304/build.txt | 83 ++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 sca-cpp/tags/cpp-stable-20060304/build.txt (limited to 'sca-cpp/tags/cpp-stable-20060304/build.txt') diff --git a/sca-cpp/tags/cpp-stable-20060304/build.txt b/sca-cpp/tags/cpp-stable-20060304/build.txt new file mode 100644 index 0000000000..e1669eb738 --- /dev/null +++ b/sca-cpp/tags/cpp-stable-20060304/build.txt @@ -0,0 +1,83 @@ +Tuscany C++ Build Instructions +============================== + +Download the source from http://svn.apache.org/repos/asf/incubator/tuscany/cpp +The download location is + +Linux Build +=========== + +Prereqs: + for SDO +- libxml2 (tested with version 2.6.19) + for SCA +- Axis C++ (tested with version 1.5.0) installed at ($AXISCPP_DEPLOY) +- Xerces C++ (tested with version 2.2.0) installed at ($XERCES_DEPLOY) + +Environment: +- export LIBXML2_INCLUDE= +- export LIBXML2_LIB= +- export AXISCPP_DPELOY= +- export XERCES_DEPLOY= + + +Build: +- cd +- ./build.sh + +This first builds the SDO subproject then SCA. The results are installed in + /sdo/lib /sdo/include /sdo/bin + /sca/lib /sca/include /sca/bin + +SDO Test +-------- + +Run: +- cd /sdo +- ./sdotest.sh + + +SCA Test +-------- + +Run: +- cd /sca +- ./scatest.sh + +Windows Build +============= + +Microsoft Visual Studio projects are provided for building on Windows. + +SDO +--- + +The project is dependent on libxml +(available here: http://www.zlatkovic.com/libxml.en.html) + +The versions required are these: + libxml2-2.6.19.win32 + iconv-1.9.1.win32 + zlib-1.2.2.win32 + +These need to be unzipped such that they live under tuscany\cpp\sdo\lib. + +Open the build workspace tuscany\cpp\sdo\runtime\projects\tuscany_sdo\tuscany_sdo.dsw + +Build->Set Active Configuration->sdo_runtime - 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 tuscany\cpp\sdo\bin, include and lib. + + +Note: The copy at the end of the debug build also writes to the bin directory, so the output +tuscany_sdo.dll will overwrite the release version. + +SCA +--- + +Open the build workspace tuscany\cpp\sca\projects\tuscany_sca\tuscany_sca.dsw +and follow the instructions. -- cgit v1.2.3