forked from olajep/coprthr
-
Notifications
You must be signed in to change notification settings - Fork 4
/
install-message.txt.in
44 lines (24 loc) · 1.15 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
38
39
40
41
42
43
COPRTHR SDK v1.6.2 (Freewill) release
*** IMPORTANT ***
Please ensure that @prefix@/bin is added to PATH
if it is not in the standard search path for executables. For example:
export PATH=@prefix@/bin:$PATH
Please ensure that @prefix@/lib is added to LD_LIBRARY_PATH
if it is not in the standard search path for libraries. For example:
export LD_LIBRARY_PATH=@prefix@/lib:$LD_LIBRARY_PATH
Note that you should also have already added /usr/local/lib after the
installation of libelf-0.8.13.
Please ensure that @prefix@/man is added to MANPATH
In order to test the installation, make a copy of the test/ directory and type:
make 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/
Examples specifically for Parallella can be found in the directory
@prefix@/examples/parallella/
/* DAR */