Reputation: 31
I'm trying to install the Monocross Framework on Monodevelop for Mac. The steps should be: 1. Start MonoDevelop. 2. In MonoDevelop, select Tools >> Add-in Manager and select the Gallery tab. 3. Select the MonoCross MonoDevelop Templates installation package for Mac OS.
But there is no "MonoCross MonoDevelop Templates" option.
some help, please ??
Cheers !
Upvotes: 3
Views: 1613
Reputation: 452
Installing the MonoCross Templates for MonoDevelop
Unzip the Templates.zip archive to a location on your Mac; the archive contains two files: MonoDevelop.MonoCross_MD28.Templates_0.9.mpack - Templates for MonoDevelop 2.8 MonoDevelop.MonoCross.Templates_0.9.mpack - Templates for MonoDevelop 3.0
Now you should see a MonoCross option on your New Solution… and New File… options on your File menu. You can use these templates to build MonoCross projects.
Upvotes: 1
Reputation: 123
Installing the MonoCross Templates for MonoDevelop
MonoDevelop.MonoCross_MD28.Templates_0.9.mpack - Templates for MonoDevelop 2.8 MonoDevelop.MonoCross.Templates_0.9.mpack - Templates for MonoDevelop 3.0
Now you should see a MonoCross option on your New Solution… and New File… options on your File menu. You can use these templates to build MonoCross projects.
Upvotes: 1
Reputation: 1891
You are referring to little old documentation.
If you download the latest templates from www.monocross.net and get to readme , you will find following instructions which are pretty self explanatory.
Installing the MonoCross Templates for MonoDevelop
MonoDevelop.MonoCross_MD28.Templates_0.9.mpack - Templates for MonoDevelop 2.8 MonoDevelop.MonoCross.Templates_0.9.mpack - Templates for MonoDevelop 3.0
Now you should see a MonoCross option on your New Solution… and New File… options on your File menu. You can use these templates to build MonoCross projects.
Upvotes: 0
Reputation: 6790
I couldn't find this as well ( i viewed a demo of the book that contained the chapter and it doesn't say more then what you are telling).
So i searched around and found the code for monocross on google code and checked out the trunk using svn.
There i learned that they only have finished the templates for the android side of things (!) By opening the Monodevelop app content on my MBP.
All that's left after that is copying the
trunk/MonoCross.Templates.MonoDevelop/MonoDevelop.MonoCross
subdir and all its contents into the mac app bundle under
Contents/MacOS/lib/monodevelop/Addins
and restart MonoDevelop.
After that you can see Monocross category under the C# section with (merely) the Android templates.
I hope this helps & brings to attention that they are not there yet...
Upvotes: 1