commit 8dc6f91917d0e9cda6078fa03fe3d5c9259a9496 Author: vaydheesh Date: Thu Aug 1 10:10:58 2019 +0530 update: build-swig-wrapper apertium_core clone wrapper_optimise branch lttoolbox: build wrapper until package isnt updated diff --git a/build-swig-wrapper.sh b/build-swig-wrapper.sh index 8ad4e55..292be6f 100755 --- a/build-swig-wrapper.sh +++ b/build-swig-wrapper.sh @@ -11,10 +11,18 @@ make -j2 python3 setup.py install popd -git clone --depth 1 https://github.com/apertium/apertium.git apertium-core +git clone --depth 1 -b wrapper_optimise 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 + +git clone --depth 1 https://github.com/apertium/lttoolbox.git +pushd lttoolbox +./autogen.sh --enable-python-bindings +cd python +make -j2 +python3 setup.py install +popd