Skip to content

Instantly share code, notes, and snippets.

@jonathanMelly
Created March 19, 2020 16:12
Show Gist options
  • Save jonathanMelly/39739f7885b095d10b894c41ba3e8c92 to your computer and use it in GitHub Desktop.
Save jonathanMelly/39739f7885b095d10b894c41ba3e8c92 to your computer and use it in GitHub Desktop.
Help to build monodevelop on manjora linux xfce version 19.04
#1 Install DEPS
#One meta package
pacman -S base-devel
#Then install the following
mono
mono-msbuild
mono-tools
libglade
cmake
referenceassemblies-pcl
xterm
#2 Build fsharp
git clone https://aur.archlinux.org/fsharp.git
makepkg
makepkg -i
#3 Build gtksharp
git clone https//aur.archlinux.org/gtk-sharp-2-git.git
makepkg
makepkg -i
#Build monodevelop
git clone https://github.com/mono/monodevelop —branch monodevelop-6.3.0.863
git submodule update —init —recursive
./configure
make
sudo make install
#Disable GIT addin
#In the main window goto Tools->Addins->Git/SVN ->DISABLE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment