CI: apparently we also need gperf for libfontconfig

This commit is contained in:
Sergii Pylypenko
2022-02-22 01:14:43 +02:00
parent 30a3f6d796
commit 731a4d2b11
2 changed files with 3 additions and 2 deletions

View File

@@ -2,11 +2,11 @@
Building with Emscripten works with emsdk 3.0.0 and above.
You will also need autoconf, libharfbuzz-dev, and libicu-dev installed on your host OS.
You will also need libharfbuzz-dev and libicu-dev installed on your host OS.
```
sudo apt-get install autoconf automake libtool libharfbuzz-dev libicu-dev
sudo apt-get install autoconf automake libtool gperf libharfbuzz-dev libicu-dev
./emscripten-build.sh
```