-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathINSTALL
33 lines (20 loc) · 907 Bytes
/
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
Extracted from [README.md](/README.md)
======================================
### <a name="building">Building from Source</a>
Building from source requires you to have either Maven or Ant installed.
#### Maven
```bash
$ mvn install
```
The Maven script will create the library `target/jfuzzylite-6.0.jar` and library sources `target/jfuzzylite-6.0-sources.jar`.
#### Ant
```bash
$ ant -f build.xml
```
The Ant script will create the library `bin/jfuzzylite.jar`.
### <a name="binaries">Binaries</a>
Besides the library, the binaries contain the FuzzyLite Console application. The application can be executed using the following command.
```bash
$ java -jar jfuzzylite.jar
```
In addition, the new FuzzyLite Interactive Console is activated when exporting to `fld` without providing an output file. The interactive console allows you to evaluate controllers manually providing the input values.