Zenko Wiki
Brought to you by:
tony_hild
Here we are showing how to compile the Monodevelop IDE (last version).
First Step:
Access:
http://github.com/mono/monodevelop
Second Step:
Paste the following link on the terminal:
git clone git://github.com/mono/monodevelop.git
Third Step:
Install the building dependencies by typing the following command on the terminal:
sudo zypper in automake make autoconf msgmerge
Fourth Step:
Setup the source for build it by typing the following command on the terminal:
./configure --prefix=/opt/monodevelop --select
Fifth Step:
Build the monodevelop source by typing the following command on the terminal:
make
Sixth Step:
Run the monodevelop by typing the following command on the terminal:
make run
Anonymous