commit 71f6211f9faa2e9af77b748dab0798a86d54ce1a Author: vaydheesh Date: Sat Jul 20 20:23:46 2019 +0530 build: apertium-core diff --git a/build-swig-wrapper.sh b/build-swig-wrapper.sh index 53d0e65..8ad4e55 100755 --- a/build-swig-wrapper.sh +++ b/build-swig-wrapper.sh @@ -10,3 +10,11 @@ cd python make -j2 python3 setup.py install popd + +git clone --depth 1 https://github.com/apertium/apertium.git apertium-core +pushd apertium-core +./autogen.sh --enable-python-bindings +cd python +make -j2 +python3 setup.py install +popd