Building MonoDevelop v7.0.0 on Ubuntu 16.04, with Mono 5.0
Please help build MonoDevelop 7 on Ubuntu 16.04 This version needs msbuild 15.
I've built OK, mono-5.0.0.78, which seems to contain msbuild 15.
But monodevelop-7.0.0.2943 is not building. and fails with subsequent, but I don't know how to solve. "xbuild" is now deprecated in favor of "msbuild" 15
Autodetect MSBuild: using msbuild version '14 .0 'from' / usr / lib / mono / xbuild / 14.0 / bin '. WARNING: Error while reading the msbuild project information, make sure your input solution or project file is valid. NETCore and UAP projects will be skipped, only package.config files will be restored.
All packages listed in the packages.config file are already installed. msbuild / t: Restore / p: RestoreDisableParallel = true external / RefactoringEssentials / RefactoringEssentials.2017 / RefactoringEssentials.csproj / bin / bash: msbuild: command not found
source to share
There was the same problem. Try the following:
- Add mono-project.com repositories to your Ubuntu: see http://www.mono-project.com/download/#download-lin
-
sudo apt-get install mono-devel
source to share