Skip to content

Instantly share code, notes, and snippets.

@j6k4m8
Created April 23, 2016 15:45
Show Gist options
  • Save j6k4m8/8b7e8c3bdc9ad2dbdd3d2fbed94ebe5e to your computer and use it in GitHub Desktop.
Save j6k4m8/8b7e8c3bdc9ad2dbdd3d2fbed94ebe5e to your computer and use it in GitHub Desktop.
# 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