-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
executable file
·56 lines (29 loc) · 1.04 KB
/
INSTALL
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
44
45
46
47
48
49
50
51
52
53
54
55
56
clp(FD,S) installation procedure
--------------------------------
I- Requirements
---------------
clp_fds reguires the GNU C compiler (gcc) version 2.4.5 or higher and is
available for:
- SunOS (4.3.1)
- Solaris
- Linux ELF on ix86 processors
II- Installation
----------------
Uncompress the distribution:
% gzcat clp_fds_vXXX.tar.gz | tar xvf -
Install the distribution:
% make install
Add symbolic links to the directories that contain your examples
(the installation procedure installs clp_fds locally in src/):
% cd Examples/Fuzzy (for example)
% ln -s ../../src/clp_fds clp_fds
% ln -s ../../src/bmf_clp_fds bmf_clp_fds
% ln -s ../../src/wam_gcc wam_gcc
% ln -s ../../src/sfd_semiring.h semiring
III- Changing the semiring
--------------------------
Edit src/sfd_semiring.h, then recompile the library.
% make semiring
IV- Bugs
--------
Please report (detailled) bugs to [email protected]