Reputation: 3573
I've been trying to build MonoDevelop (not Xamarin Studio). These are the steps I've taken:
GtkSharp\2.12\bin
to the PATH
MonoLibraries\2.6
to the PATH
GnuWin32\bin
to the PATH
monodevelop-5.10\Main.sln
in VS and selected the DebugWin32
configurationIt's obvious that it can't find namespaces but I don't understand C# enough to make use of these build errors, though I think it's because I installed the dependency libraries wrong. Any help would be appreciated!
Upvotes: 1
Views: 271
Reputation: 3573
Ok I've managed to build it with the help if MonoDevelop's Gitter
This is what I've done since:
Mono\bin
to the PATH
main\winbuid.bat
Everything seems to work now!
Upvotes: 1