Wang Liang wrote:
As documentation on webkit, there is way to build the whole webkit with script WebKitTools/Scripts/build-webkit.
However, the whole complete build takes really long time. And actually, I'm only concerned about SquirrelFish or JavaScriptCore. I do not want to waste my time on compiling the other parts of the webkit? So is there an alternative to do so?
I have tried the script in WebKitTools/Scripts/build-jsc, while this script does nothing in Qt port. Also I have found a makefile in the directory of JavaScriptCore, however, I failed to get what I want by simply typing make in this directory.
So could anyone help on this issue?
Hi, Inside WebKit/JavaScriptCore: qmake jsc.pro && make builds the jsc interpreter for me. Regards, Kent