We know that in the Ubuntu 9.10 operating system, you can use the following command to install monodevelop 2.0:
$ Sudo apt-Get install monodevelop
However, to install the latest monodevelop 2.2, follow these steps:Source codeCompile:
Ben @ Ben-vbox :~ $
CD SRC
Ben @ Ben-vbox :~ /Src $
SVN Co
SVN: // anonsvn.mono-project.com/source/trunk/monodevelop
Ben @ Ben-vbox :~ /Src $
CD monodevelop
Ben @ Ben-vbox :~ /Src/monodevelop $
./Configure -- prefix =/opt/monodevelop-2.2
The build profile 'default' does not exist. A new profile will be created.
Select the packages to include in the build for the profile 'default ':
1. [x] Main
2. [] extras/javabinding
3. [] extras/boobinding
4. [] extras/valabinding
5. [] extras/aspnetedit
6. [] extras/geckowebbrowser
7. [] extras/webkitwebbrowser
8. [] extras/monodevelop. Database
9. [] extras/monodevelop. Profiling
10. [] extras/monodevelop. addinauthoring
11. [] extras/monodevelop. codeanalysis
12. [] extras/monodevelop. Debugger. MDB
13. [] extras/monodevelop. Debugger. GDB
14. [] extras/pybinding
15. [] extras/monodevelop. iPhone
Enter the number of an add-in to enable/disable,
(Q) Quit, (c) Clear all, (s) Select All, or enter to continue:
Many output rows are omitted here
Configuration Summary
* Installation prefix =/opt/monodevelop-2.2
* C # compiler =/usr/bin/GMCs
* Mono Class Library Development extensions: Yes
* Version control support: Yes
* Providers:
* Subversion: Yes
* C/C ++ project support: Yes
* Platform bindings: GNOME
* Unit tests: No
* Mozilla location:
Now type 'make' to compile monodevelop
Configuration Summary
---------------------
Monodevelop has been configured
Prefix =/opt/monodevelop-2.2
Profile = default
Packages sorted ded In the build:
Main
Ben @ Ben-vbox :~ /Src/monodevelop $Make
Ben @ Ben-vbox :~ /Src/monodevelop $Echo 'CD ~ /Src/monodevelop; Make run & '> monodevelop-2.2
Ben @ Ben-vbox :~ /Src/monodevelop $Chmod + x monodevelop-2.2
Ben @ Ben-vbox :~ /Src/monodevelop $Sudo MV monodevelop-2.2/usr/local/bin
This is OK. Run with a monodevelop-2.2, as shown in:
In addition, the monoxide experimental mono packages PPA website provides the latest version of monodevelop apt installation source.
(Maintained by official Debian/Ubuntu mono Team)
This PPA shoshould be used for testing changes to the mono stack, pre-release package versions, etc.
Let's try it:
First, run the following command:
$ Sudo VI/etc/APT/sources. List
Add the following lines to the software source:
Run the following command to install monodevelop:
Ben @ Ben-vbox :~ $Sudo apt-key adv -- keyserver keyserver.ubuntu.com -- Recv-keys 23dc003a
Executing: GPG -- ignore-time-conflict -- no-options -- no-default-keyring -- secret-keyring/etc/APT/secring. GPG -- trustdb-name/etc/APT/trustdb. GPG -- keyring/etc/APT/trusted. GPG -- keyserver keyserver.ubuntu.com -- Recv-keys 23dc003a
GPG: Download the key '23dc003a 'from HKP server keyserver.ubuntu.com
GPG: Key 23dc003a: the Public Key "Launchpad PPA for directhex" has been imported
GPG: no key absolutely trusted
GPG: Total processed quantity: 1
GPG: imported: 1 (RSA: 1)
Ben @ Ben-vbox :~ $Sudo apt-Get update
Ben @ Ben-vbox :~ $Sudo apt-Get install monodevelop
This is OK. Use the monodevelop command or click "application ".Program-> Programming-> monodevelop "menu item run, as shown in the version information:
We can see that this version is still Version 2.2 beta 2. We believe that we will be able to upgrade it to Version 2.2 RC using the sudo apt-Get upgrade command in the near future.