tags:

views:

87

answers:

2

Hello every one,

I have just started to work on WebKit. I am just a beginner with Webkit...

What am trying to do is, i am developing an Application based on Webkit like a basic browser. I am using GUI library other than QT or GTK so where should i start with. I am working on Linux Platform with C/C++ Languages.

I just want to create small program that will display some basic HTML page. like "Hello World" or something from HTML Tags. I want to use WebCore and JavaScriptCore not 'WebKit Objective C APIs'. (Actually i am not sure by which way it will be easy)

I have googled for WebKit application but they are all with either GTK or QT and there are no explanations or documentation on it....am totally confused.

so where should I start with can anyone provide me small examples. that can explain we how to build an application with Webkit.

Thanks. PP :)

+1  A: 

O'Reilly's Build Your Own Browser (with Webkit) *

* 01/23/2004

Jonathan Sampson
A: 

There are Webkit bindings for GTK and Qt on Linux so writing a "small program" may be non-trivial in another GUI toolkit. I'd evaluate using GTK or Qt, Webkit is well supported for them both and they are the most common GUI toolkits for Linux by a long way.

Mike McQuaid

related questions