Click here to Skip to main content
15,888,136 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Now i have developed a project which is working fine in Windows environment and now i have to make it work in MAC and Linux.

So a quick search in internet showed me to use Mono framework, which is common to windows, linux, mac.

i downloaded the Monodevelop 2.2, and i made my project to run in that.
but now i dont know how to Publish from there to a setup which will be distributed to install in MAC and Linux.

Please guide me to use Mono Develop .

thanks in advance


How to create a distributable package in MonoDevelop ? thats my question


Is there no one to help here !!!!!!!!!!!!.

I need it desperately its urgent.

When i try to create a package in Monodevelop 2.2.1. it says that

"Package creation failed. The system cannot find the file specified"


I don't know what to do, My aim is to create a setup Targetting MAC OS and LINUX.

can anyone tell me how can i do this ?
Posted
Updated 3-Feb-10 18:20pm
v3

You'd need to get a Mac and build a distribution package compatible with Mac. I have no idea how software is distributed on Linux.
 
Share this answer
 
My understanding for linux (which is second hand - I've not actually done this) is that you will require Mono installed on the machine. If this is done, then a MONO compiled executable will 'just run' as the OS will figure out that it is a managed application.

However, if you are talking about something bigger than just an executable - something with packages that need installing - then there is no simple answer. Each linux distro does this differently. The most generic way would be to make you application stand alone and have all paths relative, so it can just be untarred and run in place.

I suspect your question is too general to have a single answer - but I might be wrong.
 
Share this answer
 
The odds are low that MonoDevelop creates installers. If you google and you can't find any info, there's no guarentee or even likelihood that it exists.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900