forked from browndeer/coprthr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install-message.txt.in
38 lines (24 loc) · 1.01 KB
/
install-message.txt.in
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
COPRTHR SDK v1.4.0 (echo) release
*** IMPORTANT ***
Please ensure that @prefix@/bin is added to PATH
if it is not in the standard search path for executables.
For example:
set path = (@prefix@/bin $path)
Please ensure that @libdir@ is added to LD_LIBRARY_PATH
if it is not in the standard search path for libraries.
For example:
setenv LD_LIBRARY_PATH @prefix@/lib:$LD_LIBRARY_PATH
Please ensure that @prefix@/man is added to MANPATH
In order to test the installation, make a copy of the test/ directory and type:
gmake test
Testing can take several minutes, for a quick test type:
gmake quicktest
When compiling programs that use libstcl include the following:
INCS += -I@prefix@/include
LIBS += -L@prefix@/lib -lstdcl
When compiling programs that use libocl include the following:
INCS += -I@prefix@/include
LIBS += -L@prefix@/lib -locl
Further documentation can be found in the directory @prefix@/doc/
Examples can be found in the directory @prefix@/examples/
/* DAR */