Skip to content

Instantly share code, notes, and snippets.

View lextm's full-sized avatar
💭
I may be slow to respond.

Lex Li lextm

💭
I may be slow to respond.
View GitHub Profile
@lextm
lextm / build.sh
Created May 29, 2019 04:02
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