简体   繁体   中英

How to run C# Desktop Application with extension .exe in Mac OSX?

我安装了MonoFramework,我有myproject.exe文件。如何在Mac OSX中运行扩展名为.exe的C#Desktop Application?

您应该使用以下命令行:

mono my_cool_program.exe

yes this is working fine for run exe file...

open terminal ...

then write mono on terminal and copy exe file path and past after mono, then your exe file execute...

like

apple-pc:~ Santosh$ mono /Users/Santosh/Downloads/Myapp/bin/Debug/Myapp.exe

我想你必须在目标机器上安装Mono Runtime

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