mosesdecoder/irstlm
hieuhoang1972 9ea1e276d3 eclipse proj file
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@977 1f5c12ca-751b-0410-a591-d2e778427230
2006-11-15 13:14:04 +00:00
..
.settings eclipse proj file 2006-11-15 13:14:04 +00:00
irstlm.xcode xcode proj files 2006-10-12 11:46:57 +00:00
src Added compilation flags to irstlm to manage with large files 2006-11-13 10:01:41 +00:00
.cdtbuild eclipse proj file 2006-11-15 13:14:04 +00:00
.cdtproject moved class InputType to InputType.h; 2006-08-11 21:04:38 +00:00
.project added eclipse project 2006-07-17 21:00:35 +00:00
config.h.in remove mfstream and make lmtable take an istream instead of a filename 2006-07-20 14:28:40 +00:00
configure.in add maintainer mode 2006-08-21 15:08:41 +00:00
depcomp irst-lm library 2006-07-17 20:15:38 +00:00
install-sh irst-lm library 2006-07-17 20:15:38 +00:00
irstlm.vcproj visual studio project files 2006-10-17 12:15:51 +00:00
Makefile.am irst-lm library 2006-07-17 20:15:38 +00:00
missing irst-lm library 2006-07-17 20:15:38 +00:00
mkinstalldirs Changes to compilation scripts: 2006-09-01 14:54:41 +00:00
README Changes to compilation scripts: 2006-09-01 14:54:41 +00:00
regenerate-makefiles.sh Changes to compilation scripts: 2006-09-01 14:54:41 +00:00

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.