2013年10月20日 星期日

在Windows XP下使用Geany作為C#編譯器

Step0:

請先安裝好Geany 並做好基礎設置

Step1:

download latest version of Microsoft .NET Framework:

http://www.microsoft.com/zh-tw/download/details.aspx?id=17718

Step2:

請到 C:\WINDOWS\Microsoft.NET\Framework 找尋名稱為"vx.x"且內有 csc.exe 的最新版資料夾 

append these to the Environment Variable "Path"

C:\WINDOWS\Microsoft.NET\Framework\vx.x\

*replace x.x with the current version

Step3:

用Geany隨便打開一個C#檔案->組建->設定組建命令

修改以下參數:

編譯: csc.exe "%f"

執行: "%e.exe"

 

資料來源: http://nachocabanes.blogspot.tw/2010/11/compilar-csharp-con-geany.html

沒有留言:

張貼留言