-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathINSTALL
More file actions
38 lines (22 loc) · 735 Bytes
/
Copy pathINSTALL
File metadata and controls
38 lines (22 loc) · 735 Bytes
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
============
INSTALLATION
============
INSTALLATION FROM BINARY DISTRIBUTION
======================================
Prerequisits
------------
Before trying to run TIDorbC++ make sure you have installed the
following software packages:
· TIDIdlc IDL to Java/C++ compiler
Installation
------------
Unzip distribution file in the applications directory with:
$ tar xfvz TIDorbC_X.Y.Z.tgz
or
$ gzip -d TIDorbC_X.Y.Z.tgz | tar xfv
Installation directories
------------------------
The following subdirs will be created after unzip distribution file
/include : contains the headers of the ORB
/lib : contains the dynamic libraries of ORB
The /lib directory must be added to $LD_LIBRARY_PATH environment variable