I'm on OS X 10.10, and I'm trying to build webkit.js by following the instructions in the readme. I've run setup.sh and config.sh which both appeared to be successful. (I can use emscripten now.) But build.sh fails:
$ ./build.sh
building webkit.js (release)
ninja: Entering directory `Release'
ninja: error: '../deps/curl/lib/amigaos.c', needed by 'obj/deps/curl/lib/curl.amigaos.o', missing and no known rule to make it
It looks like the deps/curl directory and a few other directories under deps are empty.
I'm on OS X 10.10, and I'm trying to build webkit.js by following the instructions in the readme. I've run setup.sh and config.sh which both appeared to be successful. (I can use emscripten now.) But build.sh fails:
It looks like the deps/curl directory and a few other directories under deps are empty.