> From: mono-list-boun...@lists.ximian.com [mailto:mono-list-
> boun...@lists.ximian.com] On Behalf Of onedevteam.com
> 
> I have made simple application with few forms, buttons and text edits in
> monodevelop for Ubuntu, using GTK, and now i'm trying to deploy it to
> another computer.
> 
> I have sucessfully built an bundle using
> 
> mkbundle TestApp.exe --deps -o TA

You probably don't want mkbundle, unless there's a specific reason you require 
it.

Normally, you make your application run by running "mono myapp.exe" and as long 
as the other computer has installed mono-complete, you can also just run "mono 
myapp.exe" on the target computer.

Since you said your app runs on GTK, the target computer will also have some 
other package dependencies - you'll just have to figure them out.
_______________________________________________
Mono-list maillist  -  Mono-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to