summaryrefslogtreecommitdiffstats
path: root/site/branches/site-20060730-mvnbased/src/site/xdoc/installcpp.xml
blob: b49704a6716a7efa4de5dbc1ec62d87d212af9b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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>