mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2024-12-27 05:55:02 +03:00
added a file to regenerate the makefiles that can be run when you
check out a new workspace git-svn-id: https://mosesdecoder.svn.sourceforge.net/svnroot/mosesdecoder/trunk@113 1f5c12ca-751b-0410-a591-d2e778427230
This commit is contained in:
parent
648d126c7d
commit
f5da106009
12
moses/regenerate-makefiles.sh
Executable file
12
moses/regenerate-makefiles.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "Calling autoconf..."
|
||||
autoconf
|
||||
echo "Calling automake..."
|
||||
automake
|
||||
|
||||
echo
|
||||
echo "You should now be able to configure and build:"
|
||||
echo " ./configure --with-boost=/home/ws06/cdyer/boost-stage --with-srilm=/home/ws06/cdyer/srilm"
|
||||
echo " make -j 4"
|
||||
echo
|
Loading…
Reference in New Issue
Block a user