Spaces:
Runtime error
Runtime error
Update install_espeak_ng.sh
Browse files- install_espeak_ng.sh +5 -0
install_espeak_ng.sh
CHANGED
@@ -8,3 +8,8 @@ cd espeak-ng-1.51
|
|
8 |
./configure --prefix=`pwd`/../usr
|
9 |
make
|
10 |
make install
|
|
|
|
|
|
|
|
|
|
|
|
8 |
./configure --prefix=`pwd`/../usr
|
9 |
make
|
10 |
make install
|
11 |
+
|
12 |
+
# build bazel too
|
13 |
+
rm wavegru_mod.so
|
14 |
+
./bazelisk-linux-amd64 build wavegru_mod -c opt --copt=-march=native
|
15 |
+
cp -f bazel-bin/wavegru_mod.so .
|