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: ed8935d059f24c94ba8cb1ba5b34b2ed1841414f (plain)
1
2
3
4
5
6
7
8
9
10
11
To build:

  ./regenerate-makefiles.sh
  ./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.