Mac and Linux not yet supported!
- Get JSC-Standalone
- Clone it to
<jsbind-root>/third_party/jsc-standalone
- ... or somewhere else and add the configuration option
-DJSBIND_JSC_JSC_STANDALONE_DIR=<your-path>
when you configure the project
- Clone it to
- Configure with CMake for a 32-bit build
> cmake path/to/jsbind/repo -DJSBIND_JSC=1 -DJSBIND_ENABLE_TESTING=1 -DJSBIND_BUILD_EXAMPLES=1 -DJSBIND_DEBUGGING=1 -G "Your CMake generator"
- don't forget
-DJSBIND_JSC_JSC_STANDALONE_DIR=<your-path>
if you have JSC-Standalone in your own path
- Build with an IDE or the command line
- Follow the instructions in JSC-Standalone's README for additional setup to get the required DLLs
- Run tests with your IDE or
ctest
on the command line