我正在尝试在Ubuntu 16.04上安装Monodevelop 6。我不想使用flatpak安装/运行它。
我正在按照Monodevelop documentation页面上提供的 从Tarballs构建 中提到的步骤进行操作。我从this download link下载了版本 monodevelop-6.0.0.4761.tar.bz2 ,并直接使用归档管理器将其解压缩。
configure 命令运行成功,没有任何错误。 但 make 命令失败并出现错误:
Making all in external
make[1]: Entering directory '/home/pratik/Downloads/monodevelop-6.0/external'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/pratik/Downloads/monodevelop-6.0/external'
Making all in .
make[1]: Entering directory '/home/pratik/Downloads/monodevelop-6.0'
touch vcrevision
mono .nuget/NuGet.exe restore
Cannot open assembly '.nuget/NuGet.exe': No such file or directory.
Makefile:1110: recipe for target 'restore-packages' failed
make[1]: *** [restore-packages] Error 2
make[1]: Leaving directory '/home/pratik/Downloads/monodevelop-6.0'
Makefile:646: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
任何人都可以帮助我吗?提前谢谢。