[Mono-dev] Modifying and compiling mono source code

Tomi bosak.tomas at gmail.com
Sat Dec 25 17:40:41 EST 2010


Let's say that I modify mono sources with Visual Studio 2010 on my
Windows machine and I want to test it on linux (with parallel mono
environments) hosted at VPS. Is it normal to just overwrite old dll on
linux machine with a new one copied from Windows?

Wouldn't I be yelled at when I decide to implement something (and then
push it to master) if I, for example, use VS 2010 to modify sources?

On 25 December 2010 22:55, Stifu <stifu at free.fr> wrote:
>
> You'll notice some folders contain sln or csproj files, which you can try to
> build with your C# IDE (some of them will require some work to get them to
> build, though, if they haven't been updated in a while).
>
>
> Tomi-4 wrote:
>>
>> Hi folks, I want to try modify some part of mono source code and then
>> compile/test only that particular modified part (I don't want to
>> recompile the whole mono project because of some change in one
>> namespace for example). What is the best possible way of doing this?
>> Also what should I do for being included in monologue[1] website?
>>
>> [1]: http://www.go-mono.com/monologue/
>> _______________________________________________
>> Mono-devel-list mailing list
>> Mono-devel-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>
>>
>
> --
> View this message in context: http://mono.1490590.n4.nabble.com/Modifying-and-compiling-mono-source-code-tp3163886p3163977.html
> Sent from the Mono - Dev mailing list archive at Nabble.com.
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>


More information about the Mono-devel-list mailing list