This is a guide for compiling and building the package from source.
g++orclangcmake>=3.1pkg-config(to sourceglib-2.0andre2)Boostprogram_optionsthread
glib-2.0re2(Be warned that early versions do not containre2.pc)
make(This way you can just use the handyMakefileprovided)- Python headers (For building python package)
# Script to build the CLI is provided in the Makefile
make build-cli
# Installation comming soonpip install opus-fast-mosestokenizer# Download and decompress pybind11
make download-pybind11
# Build and install python package
python setup.py build_ext install