Created
March 19, 2020 16:12
-
-
Save jonathanMelly/39739f7885b095d10b894c41ba3e8c92 to your computer and use it in GitHub Desktop.
Help to build monodevelop on manjora linux xfce version 19.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
#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