Emscripten: updated readme

This commit is contained in:
Sergii Pylypenko
2022-02-22 01:12:35 +02:00
parent 6d365b9cba
commit cc8a1d76d3

View File

@@ -1,8 +1,13 @@
## How to build with Emscripten
Building with Emscripten works with emsdk 2.0.31 and above.
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.
```
sudo apt-get install autoconf automake libtool libharfbuzz-dev libicu-dev
./emscripten-build.sh
```