Howto build SquirrelFish alone in a Qt port
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? ---------------------------------------------------- Wang, Liang Computer Networks and Distributed System Laboratory Dept. of Computer Science, EECS Peking University. Beijing 100871, P.R.China Tel: +86-13426187067 wl.pkucs@gmail.com
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
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
participants (3)
-
Kent Hansen
-
Maciej Stachowiak
-
Wang Liang