Adi
Adi

Reputation: 505

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?

Upvotes: 0

Views: 356

Answers (1)

Lex Li
Lex Li

Reputation: 63299

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

Upvotes: 1

Related Questions