views:

182

answers:

1

I wanted to try WebKit by following this tutorial, but gmcs compiler was't able to find "webkit-sharp-1.0" package. Where can i get it and how to install it?

+1  A: 

https://www.ohloh.net/p/webkit-sharp

Lex Li
**and how to install it** - this is still unresolved. i'm working at windows, so it's not as easy as in this tutorial (apt-get install libwebkit1.0-cil)
person_who_needs_help
On Windows, my approach is to download the code from above link and compile my own webkit sharp assembly.
Lex Li