We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824b1ad commit 07a80f6Copy full SHA for 07a80f6
.github/workflows/wheels.yml
@@ -45,6 +45,11 @@ jobs:
45
git clone https://gitlab.gnome.org/GNOME/libxml2 &&
46
cd libxml2 &&
47
autoreconf --install && ./configure && make && make install &&
48
+ cd ../ &&
49
+ wget https://software.wise-guys.nl/download/libtextcat-2.2.tar.gz &&
50
+ tar xzf libtextcat-2.2.tar.gz &&
51
+ cd libtextcat && autoreconf -i && ./configure && make && make install &&
52
53
git clone https://github.com/LanguageMachines/frog &&
54
cd frog &&
55
./build-deps.sh &&
0 commit comments