开发者

Monodevelop - Ubuntu - exe file as output?

开发者 https://www.devze.com 2022-12-30 08:47 出处:网络
OK I\'m creating an app in MonoDevelop for Ubuntu Linux, but the compiled file is always a windows exe, I\'ve set it to compile as a Linux Binary but I\'m confused, can anyone shed any light on how to

OK I'm creating an app in MonoDevelop for Ubuntu Linux, but the compiled file is always a windows exe, I've set it to compile as a Linux Binary but I'm confused, can anyone shed any light on how to get a proper Linux way 开发者_如何学JAVAof opening the program?

Thanks


It compiles to be a .NET executable assembly - these are always .exe files.

You can run it in linux by calling the mono runtime:

mono myExe.exe
0

精彩评论

暂无评论...
验证码 换一张
取 消