Changes between Version 24 and Version 25 of MonoDevelop
- Timestamp:
- 06/12/14 00:47:23 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MonoDevelop
v24 v25 21 21 == Ubuntu Users == 22 22 23 There are no Debian packages for !MonoDevelop 4.2 at this time. You'll need to build it 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 versions though and code completion only works when using !MonoDevelop 4.0 or later. 24 25 * !MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.2.zip 26 * !MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.1.zip 23 There are no official installation packages for !MonoDevelop 5.0 at this time. You'll need to build it from source or use an unofficial PPA. 27 24 28 25 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: … … 34 31 }}} 35 32 33 For newer versions of Ubuntu, you can also try to upgrade to !MonoDevelop 5.0 via this PPA (this has not been tested): 34 * PPA: https://launchpad.net/~inizan-yannick/+archive/mono 35 {{{ 36 $ sudo add-apt-repository ppa:inizan-yannick/mono 37 $ sudo apt-get update 38 $ sudo apt-get install monodevelop 39 }}} 40 41 == Older Versions == 42 43 These are links to older versions of the add-in that work with previous releases of! MonoDevelop. No bug fixes will be made for these old versions though and code completion only works when using !MonoDevelop 4.0 or later. An older version of Cobra may also be required to successfully install these previous versions. See README.md for specific version requirements. 44 45 * !MonoDevelop 4.2: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.5.2.zip 46 * !MonoDevelop 4.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.4.zip 47 * !MonoDevelop 3.0: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.2.zip 48 * !MonoDevelop 2.8: https://github.com/ramon-rocha/MonoDevelop.CobraBinding/archive/0.1.zip 49 50 36 51 37 52 == See Also ==