-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
45 lines (29 loc) · 1.21 KB
/
README
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
IRSTLM Toolkit
CONTENT:
- src: source code
- scripts: supporting scripts
- doc: documentation (in Latex) and in pdf (to be generated)
- bin: binaries (to be generated) and scripts
- lib: libraries (to be generated)
- readme: this file
DOCUMENTATION
A User Manual is available under https://sourceforge.net/projects/irstlm
The data for the examples described in the User Manual are available under http://sourceforge.net/projects/irstlm/files/irstlm/sampledata/
HOW TO INSTALL WITH AUTOMAKE
step 0: sh regenerate-makefiles.sh [--force]
# set parameter force to the value "--force" if you want to recreate all links to the autotools
step 1: ./configure [--prefix=/path/where/to/install] ...
# run "configure --help" to get more details on the compilation options
step 2: make
step 3: make install
These steps will generate the irstlm library and commands, respectively,
under the specified path where to install.
HOW TO INSTALL WITH CMAKE
step 0: cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX="/path/where/to/install"
step 2: make
step 3: make install
HOW TO CONTRIBUTE
If you wish to contribute to the Open Source IRSTLM toolkit just tell us!
Marcello Federico
FBK-irst, Trento, ITALY
email: federico AT fbk DOT eu