I pushed to incoming a "system builder" tool, embuilder.py It lets you
manually ask that things be built, like libc, the native optimizer, zlib
from ports, etc.

embuilder.py -help shows the available operations.

This addresses part of the requests for a more manual way to build things
from emscripten ports. It also allows other manual building, which I have
heard some projects have been doing, of things like libc, etc.

For example, you might do this:

./embuilder.py build zlib
./emcc code.cpp -s USE_ZLIB=1

and the first command will already ensure that zlib is fetched and built.

Thoughts?

- Alon

-- 
You received this message because you are subscribed to the Google Groups 
"emscripten-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to