Yellowsink
Yellowsink

Reputation: 189

Is there a way that I can compile a Mono project to run natively on linux?

I am trying to find a way that I can use mono to build my console application to run natively on Linux (ie: ./ConsoleApp instead of mono ConsoleApp.exe), but have so far been unable to find and solutions that allow me to do this.

Upvotes: 2

Views: 383

Answers (1)

Yellowsink
Yellowsink

Reputation: 189

As @SushiHangover said in comment:

mono-project.com/docs/tools+libraries/tools/mkbundle

That tool was exactly what I needed

Upvotes: 1

Related Questions