簡體   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