summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml
diff options
context:
space:
mode:
Diffstat (limited to 'site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml')
-rw-r--r--site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml81
1 files changed, 81 insertions, 0 deletions
diff --git a/site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml b/site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml
new file mode 100644
index 0000000000..b49704a671
--- /dev/null
+++ b/site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+ Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+<document url="install.xml">
+
+ <properties>
+
+ <author email="mgmarum@us.ibm.com">Matthew Marum</author>
+
+ <title>Apache Tuscany - Installation Instructions for C++ Projects</title>
+ </properties>
+
+ <body>
+
+ <section name="Installation Instructions for C++ Projects">
+ <p>This page describes what you need to know to install the C++ Projects of Tuscany.</p>
+
+ <p>If you haven't already, the first step is to download the latest release of Apache Tuscany from our <a href="download.html">Downloads</a> page.</p>
+
+ <p>The current status of the SCA project is held in this <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/readme.txt ">readme.txt</a>.</p>
+
+ </section>
+
+ <section name="System Requirements">
+ <p>In order to run the Tuscany C++ runtimes there are some minimum system requirements</p>
+ <table style="text-align: left; width: 100%;" border="1"
+ cellpadding="2" cellspacing="2">
+ <tbody>
+ <tr>
+ <td>Operating System</td>
+ <td>
+ <ul>
+ <li>Windows XP SP2</li>
+ <li>Linux: Red Hat Fedora Core </li>
+ </ul>
+ </td>
+ </tr>
+ <tr>
+ <td>Other components</td>
+ <td>
+ <ul>
+ <li><a href="http://ws.apache.org/axis/">
+ Apache Axis (C++) 1.5
+ </a></li>
+ <li><a href="http://xml.apache.org/xerces-c/">
+ Xerces C++ XML Parser 2.2
+ </a>
+ </li>
+ </ul>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+ </section>
+
+ <section name="Configuring Apache Tuscany">
+ <p>You can find detailed instructions on how to configure the C++ runtime and tools in the
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/build.txt">build.txt</a> file.</p>
+ <p>You can find instructions on how to build the SCA C++ runtime here:
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sca/INSTALL">INSTALL</a>.</p>
+ <p>You can find instructions on how to build the SDO C++ runtime here:
+ <a href="http://svn.apache.org/repos/asf/incubator/tuscany/cpp/sdo/INSTALL">INSTALL</a>.</p>
+ </section>
+
+</body>
+
+
+</document> \ No newline at end of file