简体   繁体   中英

How do I reference (make use of) WebKit-Sharp in OSX?

I have a C#-project in MonoDevelop and I want to use WebKit-Sharp as suggested in this tutorial: http://shana.worldofcoding.com/en/programming.html . My problem is that I don't know how to reference/install WebKit in OSX.

I found rpm's (installation files) from the given repositories but I couldn't execute them with rpm5 and when I extracted them I didn't find any file that I was able to reference from my project.

I've been looking through https://github.com/mono/webkit-sharp , but aren't sure if anything from there could do the job.

Can I reference anything from github or somewhere else to make WebKit work in MonoDevelop and OSX?

如果您提取webkit-sharp的rpm,则dll位于./usr/lib/mono/gac/webkit-sharp/somehash/webkit-sharp.dll中。您应该能够将其导入到项目中的References中(搜索将其解压缩后,从.Net程序集选项卡添加。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM