Advertisement
Guest User

Untitled

a guest
May 24th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo apt-get install build-essential automake checkinstall intltool git
  4. sudo apt-get install mono-complete mono-addins-utils gtk-sharp2 gnome-sharp2
  5.  
  6. git clone git://github.com/mono/monodevelop
  7. cd monodevelop
  8. git checkout monodevelop-4.0
  9. git submodule update --init --recursive
  10. ./configure
  11. make
  12. sudo checkinstall
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement