blob: 196c78c22a4de974c7200f394f9370c461d65335 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Building Tuscany SCA on Linux.
==============================
1. Extract the source to a folder.
2. You need to set the following environment variable to point to tuscany sdo
TUSCANY_SDOCPP
3. You need to set the following environment variable to point to Axis-c installation:
AXISCPP_DEPLOY
4. Build the source
./build.sh
|