tags:

views:

93

answers:

1

i'm new to ubuntu and i want to install webkit 1.0 as dev version but i don't know what i have to do ?

+1  A: 

If you need development files for embedding webkit into your application you have to install libwebkit-dev package. Do this

sudo apt-get install libwebkit-dev

from your console/terminal

uzzz
it said E: Couldn't find package libwebkit-dev ?!!!!
Hm. Which version of ubuntu do you use? On my 9.10 there is this package. Anyway you can try something like this: apt-cache search libwebkit*-dev and there will be list of packages with names libwebkit-something-dev. Try to install them
uzzz