Hi,
I have setup an Emscripten toolchain for Windows which includes clang_31
& gcc_470, there's some dependencies on MingW as-well. (I've used it to
build everything at
http://talansoft.com/muse/webgl/index.html - this
include building our 3d engine, which about 2M line of C++...)
I'm going to add an "emscripten" target to ham
(
https://github.com/prenaux/ham) which is a make-like build system based
on Jam. The repo is self contained for Windows, that is you get the repo
and there's the minimal MingW32 environment to get the build running ;
the current version only supports VC10 in its default install folder, as
I have time/need, I'll be porting step by step all the platforms we
support in our projects - that is VC9, GCC 4+ (Linux, OSX, iOS, Android,
Window) & Clang, Emscripten (JS), the next target platform is Emscripten
on Windows...
In general for Windows I'd like to have a set of "toolchain" packages
that can be easily downloaded so that Ham can find it automatically.
On windows those toolchain are self contained and they could be used
from make without much difficulties ; for ham I just use a bash script
to setup an active build environment - a makefile could re-use that
environment, or just use the standard install folders or the Windows
PATH...). For ham I have a plug-in for Eclipse and a template for Visual
Studio which I want to add to the ham repo in the future.
Anyhow, I didn't put those up yet because I don't have a stable FTP to
upload them to and uploading those huge file on Github doesn't work from
where I am (China... connection is pretty flaky...).
If there's a stable FTP I can upload to, I'll be happy to spend some
time to make an Emscripten installer for Windows which would include
git, make, GCC 470, Clang 31, etc...
Cheers,
- Pierre