mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-29 06:52:34 +03:00
a08575e264
git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@114 1f5c12ca-751b-0410-a591-d2e778427230
13 lines
318 B
Bash
Executable File
13 lines
318 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Calling autoconf..."
|
|
autoconf
|
|
echo "Calling automake..."
|
|
automake
|
|
|
|
echo
|
|
echo "You should now be able to configure and build:"
|
|
echo " env LDFLAGS=-static ./configure --with-boost=/home/ws06/cdyer/boost-stage --with-srilm=/home/ws06/cdyer/srilm --with-moses=\`pwd\`/../moses"
|
|
echo " make -j 4"
|
|
echo
|