summaryrefslogtreecommitdiffstats
path: root/sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt')
-rw-r--r--sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt b/sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt
new file mode 100644
index 0000000000..8db8e67e97
--- /dev/null
+++ b/sca-cpp/tags/cpp-stable-20060304/sdo/projects/tuscany_sdo/build_instructions.txt
@@ -0,0 +1,29 @@
+Tuscany SDO Build Instructions
+===============================
+
+The project is dependent on libxml
+(available here: http://www.zlatkovic.com/libxml.en.html)
+
+The versions required are these:
+ Hydra.sdo.build\libxml2-2.6.19.win32
+ Hydra.sdo.build\iconv-1.9.1.win32
+ Hydra.sdo.build\zlib-1.2.2.win32
+
+By default, the projects are set up to look for these in a directory
+called tuscany\cpp\sdo\dependencies, but you can put them anywhere you
+like if you alter the project settings for extra includes and link input.
+You would also have to alter the final copy which copies the dlls out to bin.
+or the projects need to be altered to look whereever you put these files..
+
+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.
+
+
+