mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 19:23:13 +03:00
6020abb071
- mfstream is linux-only - istream is flexible (can be used with more exotic data sources) git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@213 1f5c12ca-751b-0410-a591-d2e778427230 |
||
---|---|---|
.. | ||
.settings | ||
src | ||
.cdtbuild | ||
.cdtproject | ||
.project | ||
config.h.in | ||
configure.in | ||
depcomp | ||
install-sh | ||
Makefile.am | ||
missing | ||
README |
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.