-
Notifications
You must be signed in to change notification settings - Fork 0
Build Web
TonoFilth edited this page Jan 5, 2016
·
1 revision
Prerequisites
Prerequisites
- MinGW
- EMSCRIPTEN environment variable
- Append 'C:\MinGW\bin' (default location) to your PATH environment variable
Steps
- "MinGW Makefiles" generator
- "Specify toolchain file for cross-compiling" option
- Toolchain file: 'bwroot/cmake/toolchains/Emscripten.cmake'
- Point NODE_JS_EXECUTABLE to your node.exe (Usually at C:\Program Files\Emscripten\node)
- Press 'Generate'
- Run cmd
- In "build" directory run: mingw32-make
- Static libs can be found at: "bwroot/lib/"
If you ticked the BW_BUILD_SAMPLES CMake option, you can find the samples in 'bwroot/bin/config/'.
TODO