[webkit-help] Webkit Build Error
Adam Roben
aroben at apple.com
Mon Feb 20 11:22:05 PST 2012
On Feb 20, 2012, at 2:11 PM, Aman Gupta <aman2304 at gmail.com> wrote:
> Thanks a ton Adam, the update script is working now.
Great!
> Can you guide me with the building process now? I understand that I have to run the "build-webkit" script to do that. I am actually interested in the Minibrowser example, and am trying to play around with the code. Once I build webkit (which I guess will take a long time to complete), can I make changes to the MiniBrowser code and compile it, without having to build the whole WebKit source again?
If you make changes to MiniBrowser and run build-webkit again, it will go through the process of building all projects. But since only MiniBrowser has changed, only MiniBrowser should get recompiled.
Another option is to open WebKit/win/WebKit.vcproj/WebKit.sln in Visual Studio. Then you can recompile individual projects.
-Adam
More information about the webkit-help
mailing list