Search code examples
compilationmonomonodevelop

How to compile Mono (mcs) in Monodevelop?


I want to make some changes in System.Net for example. Editing the files, and running 'make' does the job.

However, I want to add files and classes, and need reference to them. I need .sln file which can be opened via Monodevelop (I do not use MS VS), and add the files to the different csproj files.

System-bare-*.sln files opened with a lot of missing files.

What is the correct way?


Solution

  • Mono compilation is still make file based so you cannot use MonoDevelop yet.