On Nov 23, 2008, at 2:34 AM, 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?
The Makefile in the JavaScriptCore directory only works for the Mac port. build-jsc in theory should build all of JavaScriptCore plus the jsc command-line tool. It's proably a bug that it doesn't for the Qt port. However, I am not sure any of the Qt port folks are on this list, so you may want to ask about it on webkit-dev. Regards, Maciej