add README

git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@155 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
redpony 2006-07-17 20:27:45 +00:00
parent 851e5685d0
commit c6734855c6

14
irstlm/README Normal file
View File

@ -0,0 +1,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.