Changes between Version 16 and Version 17 of MonoDevelop
- Timestamp:
- 03/29/13 17:32:35 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonoDevelop
v16 v17 8 8 * https://github.com/ramon-rocha/MonoDevelop.CobraBinding 9 9 10 In February 2013, Xamarin announced a rebranded version of MonoDevelop named Xamarin Studio for Windows and Mac. The same Cobra addin for MonoDevelop will work in Xamarin Studio. 11 10 12 Videos 11 13 * http://www.youtube.com/watch?v=ffWWVd7bEM4&hd=1 (4:36) 12 14 13 Discussion at:15 Discussions 14 16 * http://cobra-language.com/forums/viewtopic.php?f=4&t=986 15 17 * http://cobra-language.com/forums/viewtopic.php?f=4&t=977 18 * http://cobra-language.com/forums/viewtopic.php?f=4&t=1047 16 19 17 20 == Windows Users == … … 21 24 == Mac Users == 22 25 23 Support for installation of the addin on Mac was recently added. Testing the addin and reporting your results on the forums or the issues list on GitHub would be appreciated.26 Support for installation of the addin on Mac was recently broken. Please help contribute by fixing the installer to work on Mac with Xamarin Studio. See here https://github.com/ramon-rocha/MonoDevelop.CobraBinding/issues/29 and here https://github.com/ramon-rocha/MonoDevelop.CobraBinding/blob/master/install.cobra#L268 24 27 25 28 == Ubuntu Users == 26 29 27 If you're on Ubuntu 12.04 LTS and using MonoDevelop 2.8, you can either update to MonoDevelop 3.0 via this PPA: 30 There are no packages for MonoDevelop 4.0 at this time. You'll need to build from source. If you are not comfortable building from source, you can use a previous version of the addin that supports your version of MonoDevelop. No bug fixes will be made for these old branches though. 31 32 * MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/3.0 33 * MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.8 34 35 If you're on Ubuntu 12.04 LTS and using MonoDevelop 2.8, you can update to MonoDevelop 3.0 via this PPA if you choose to do so: 28 36 * PPA: https://launchpad.net/~keks9n/+archive/monodevelop-latest 29 37 {{{ … … 33 41 }}} 34 42 35 Build the latest MonoDevelop from source:36 * https://github.com/mono/monodevelop37 38 Or you can download a snapshot of the 2.8 addin code:39 * https://github.com/ramon-rocha/MonoDevelop.CobraBinding/tarball/2.840 41 43 42 44 == See Also ==