Created
May 29, 2019 04:02
-
-
Save lextm/d4e16add87542bbf0862af1e56903f6f to your computer and use it in GitHub Desktop.
MonoDevelop build steps on Ubuntu 18.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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