Skip to content

Instantly share code, notes, and snippets.

@lextm
Created May 29, 2019 04:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lextm/d4e16add87542bbf0862af1e56903f6f to your computer and use it in GitHub Desktop.
Save lextm/d4e16add87542bbf0862af1e56903f6f to your computer and use it in GitHub Desktop.
MonoDevelop build steps on Ubuntu 18.04
git clone https://github.com/mono/monodevelop.git
cd monodevelop
git checkout release-7.8
git submodule update --init --recursive
sudo apt install autoconf
sudo apt install libglade2.0
sudo apt install libssh2-1-dev
./configure --profile=stable
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment