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 4e80570 commit 55a84d6Copy full SHA for 55a84d6
.github/workflows/wheels.yml
@@ -49,6 +49,7 @@ jobs:
49
wget https://software.wise-guys.nl/download/libtextcat-2.2.tar.gz &&
50
tar xzf libtextcat-2.2.tar.gz &&
51
cd libtextcat-2.2 && autoreconf -i && ./configure && make && make install &&
52
+ mkdir /usr/local/include/libtextcat/ && cp src/*.h /usr/local/include/libtextcat/ &&
53
cd ../ &&
54
git clone https://github.com/LanguageMachines/frog &&
55
cd frog &&
0 commit comments