繁体   English   中英

在Windows上使用Visual Studio 2012或Xamarin Studio在Windows上构建Vocaluxe

[英]Building Vocaluxe on Windows using Visual Studio 2012 or Xamarin Studio on Windows

我想在Windows上构建https://github.com/Vocaluxe/Vocaluxe/ 我目前已在gtksharp-2.12.11上安装了mono-3.2.3,但是无论如何我都无法在Microsoft Visual Studio 2012或Xamarin Studio上构建该项目。

在Visual Studio 2012中打开Vacaluxe时,将立即显示两条警告消息。 Visual Studio抱怨:1)找不到引用的组件'SlimDX',并且2)找不到引用的组件'System.Data.SQLite'。 结果构建失败。

当我在Xamarin Studio中打开该项目时,弹出错误消息,并指出“无法加载Visual C ++项目'GstreamerHelper \\GstreamerHelper.vcxproj'。XamarinStudio不支持此项目类型”。 GstreamerHelper程序包带有红色图标,并在右侧写有“ Load failed”,但是其余的程序包“ PartyModeChallenge”,“ PartyModeChallengeMedley”,“ PartyModeTicTacToe”,“ ServerLib”,“ Vocaluxe”等似乎没问题。 在此IDE上构建过程也会失败。

如何在Windows上构建该程序? 为了摆脱IDE中的这些警告和错误消息,我需要采取什么步骤?

PS我对此很好奇,因为我想在Windows上创建自己的gstreamer 1.0 C#绑定项目。

可以从http://slimdx.org/下载SlimDX,而可以从https://system.data.sqlite.org/index.html/doc/trunk/www/downloads.wiki下载System.Data.SQLite。

如果可能,请联系Vocaluxe的开发人员,以了解如何获取依赖项。

显然,必须在Visual Studio中编辑和构建此项目(由于vcxproj)。 您不能使用Xamarin Studio。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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