Tue, 16 Jan 2018 17:13:40 +0000
Added an example website based on http://tuomov.iki.fi/
3 | 1 | This software is licensed under the Apache License 2.0 as described in |
2 | the LICENSE and NOTICE files. | |
3 | ||
4 | To configure and install: | |
5 | ||
6 | mkdir build | |
7 | cd build | |
8 | ../configure --prefix=INSTALL_DIR | |
9 | make install | |
10 | ||
11 | INSTALL_DIR is the directory where you decide to install the software | |
12 | such as /usr or /opt/ltp-x.x.x. | |
13 | ||
14 | The software requires Lua 5.1.3. | |
15 | ||
16 | At the moment, the only documentation available is contained in the | |
17 | man page, but more examples and a basic tutorial will be published | |
18 | with successive releases. |