Open oxr463 opened 4 years ago
What problem do you face? I quite don't remember how to use ncurses but I've written some instructions here: https://github.com/ilyaigpetrov/ncurses-for-emscripten/blob/master/COMPILE.md.
This is in the description:
ncurses 6.1 compiled by emscripten for usage in a browser. It is compiled, loaded, but doesn't work! You are wanted to make it work!
As far as I remember it is possible to get simple demos compiled and work but not too many. I think demos are here: https://github.com/ilyaigpetrov/ncurses-for-emscripten/tree/master/ncurses-6.1-llvm/test.
And I remember that I couldn't get worm.c
to work. I left some notes here: https://github.com/emscripten-core/emscripten/issues/6766.
What is required to make this work?