I am able to build a bundle using the mkbundle command. After that when I try to run the application in another Linux system where Mono is not installed, the application is not executed and there are no errors.
I am able to build a bundle using the mkbundle command. After that when
Share
Mkbundle alone will build a binary that still has some dependencies on mono libraries.
If you want to be able to ‘just drop your app on any recent Linux box and start it’ you should do a static build with mkbundle –static