Emscripten libc with gettext

22 Views Asked by At

I try to build 7kaa and it builds, but without nls. It shown libc does not have gettext support. How to build project with gettext.

I do:

emcc --show-ports

There was not gettext.

I found https://github.com/abergmeier/emscripten-gettext, but did not known, how to integrate it.

0

There are 0 best solutions below