谁能告诉我如何编译webkitdotnet

发布于 2024-12-20 12:13:55 字数 198 浏览 0 评论 0原文

我在这个网址下载了最新的包: https://github.com/webkitdotnet/webkitdotnet

但我无法在 vs2008 或 vs2005 中编译它,谁能告诉我如何编译?

谢谢。

I downloaded the latest package in this url:
https://github.com/webkitdotnet/webkitdotnet

but I can't compile it in vs2008 or vs2005,who can tell me how to compile it?

thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蒲公英的约定 2024-12-27 12:13:55

好吧,您可以首先查看 webkitdotnet说明 > 团队。

来自 TFA:

在 Visual Studio 2008 或同等版本中打开 webkitdotnet/WebKit.NET.sln,
并选择“构建->”从菜单中构建解决方案。如果你想尝试
测试 Web 浏览器应用程序,右键单击 WebKitBrowserTest
在解决方案资源管理器中选择“设置为启动项目”,
然后选择“调试”->从菜单中开始而不调试。这
编译好的库可以在webkitdotnet/bin的子目录中找到。

Well, you could start by checking out the instructions put out by the webkitdotnet team.

From TFA:

Open webkitdotnet/WebKit.NET.sln in Visual Studio 2008, or equivalent,
and select 'Build -> Build Solution' from the menu. If you wish to try
the test web browser application, right-click the WebKitBrowserTest
project in the Solution Explorer and select 'Set as Startup Project',
then select 'Debug -> Start Without Debugging' from the menu. The
compiled library can be found in a subdirectory of webkitdotnet/bin.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文