Skip to content

Commit

Permalink
build: apertium-core
Browse files Browse the repository at this point in the history
  • Loading branch information
singh-lokendra committed Jul 20, 2019
1 parent 09c67a4 commit 71f6211
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build-swig-wrapper.sh
Expand Up @@ -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

0 comments on commit 71f6211

Please sign in to comment.