Skip to content
Michael Yu edited this page Jan 23, 2016 · 1 revision

Steps once mono-complete has been installed via package manager (on target device):

  • Compile in VS or via msbuild/xbuild.
  • Use SCP to connect via SSH and deploy files.
  • Type "mono [executableName.exe]" to run C# in Mono Runtime (Equivalent to the CLR on Windows).

You can technically configure Linux to run *.exe as a non-native binary (through mono) if we want to go that route.

Clone this wiki locally