Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README « irstlm - github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17a9b920f337495c64788f2f56a7da1266f414bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
To build:

  aclocal
  autoconf
  automake

  ./configure --with-prefix=PATH TO INSTALL    (probably `pwd`)
  make
  make install

*Make install is important since it creates the include/ and lib/ directories
that client software will depend on.