summaryrefslogtreecommitdiffstats
path: root/tags/cpp-sca-20060405/projects/tuscany_sca/tuscany_sca/Build Instructions.txt
blob: 3dbf56c29e1d712c3397736c281af18249f45093 (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
Tuscanny SCA Build Instructions
===============================

1) Set the environment variable TUSCANY_SDOCPP to the path of an SDO driver

2) Set the environment variable AXISCPP to the path of Axis for C++

NOTE: The environment variables must be set BEFORE launching Visual Studio

3) Build->Rebuild All

The output for the build will be in tuscany\cpp\sca\include, lib and bin

To run the test from a command prompt:

1) Set the environment variable TUSCANY_SCACPP to the location of the built SCA
   (...tuscany\cpp\sca)

2) Add %TUSCANY_SCACPP%\lib and %TUSCANY_SDOCPP%\lib to the PATH
   (ensure required libraries for SDO are also on the path. e.g. libxml2)

3) Set the environment variable TUSCANY_SCACPP_SYSTEM_ROOT to the test system folder
   (%TUSCANY_SCACPP%\projects\tuscany_sca\tuscany_sca_test\testSCASystem)

4) Set the environment variable TUSCANY_SCACPP_DEFAULT_MODULE=SubSystem1

5) cd %TUSCANY_SCACPP%\projects\tuscany_sca\tuscany_sca_test\Debug

6) tuscany_sca_test

NOTE: To run the test from the workspace the environment variables must be set 
      BEFORE launching Visual Studio