Good day!
I'm trying to build MonoDevelop on/for an embedded/minimal Linux, and can't build msbuild from source which is why I'm using the binary from this DEB package. This basically works as it seems, but now make ends with an error:
Can someone please help me to get MonoDevelop built?
I see two errors in your build log:
For the latter, did you install F#? (Just
apt-get install fsharpshould suffice.) And for the second, try runningbash build_libgit2.shseparately to see the error message.