Created
April 23, 2016 15:45
-
-
Save j6k4m8/8b7e8c3bdc9ad2dbdd3d2fbed94ebe5e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For general operation | |
sudo apt-get install build-essential git-core pkg-config automake libtool wget zlib1g-dev python-dev libbz2-dev | |
# For regression test suite: | |
sudo apt-get install libsoap-lite-perl | |
# Clone the source | |
git clone https://github.com/moses-smt/mosesdecoder.git mosesdecoder | |
cd mosesdecoder | |
# Install boost: | |
make -f contrib/Makefiles/install-dependencies.gmake | |
# Compile moses: | |
./compile.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment