But what about that Visual Studio has freeware versions (Express Editions), that freely available on <a href="http://microsoft.com">microsoft.com</a>? I can't build distribution with them without breaking GPL? <br><br>
<div class="gmail_quote">2011/11/12 Rémi Denis-Courmont <span dir="ltr"><<a href="mailto:remi@remlab.net">remi@remlab.net</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Le samedi 12 novembre 2011 07:24:57 Sergey Radionov, vous avez écrit :<br>
<div class="im">> Does it mean that, GPL projects can't include any file, that need<br>
> proprietary programs to build?<br>
<br>
</div>Not quite.<br>
<div class="im"><br>
> For expample, than any GPL project can't include Visual Studio<br>
> solutions(.sln)/projects(.vcproj), and can't build by Visual Studio (or any<br>
> microsoft compilator)?<br>
<br>
</div>A GPL project can provide VS project files as part of the source distribution.<br>
There are no problems with that. Problems come with binary distribution.<br>
<br>
Basically GPL'd binaries must be reproducible with just the GPL sources and<br>
build system, and with (possibly non-GPL) components of the operating system.<br>
It all makes sense. Otherwise you could turn GPL code proprietary while<br>
requiring some proprietary tool to compile it, which nobody else would have.<br>
<br>
So you can distribute VLC built with the non-GPL Oracle/Sun compiler for<br>
Solaris, since it is part of the Solaris OS. But I would advise not to<br>
distribute any VLC or VLC-derived binaries made with any toolchain that would<br>
not come with the operating system.<br>
<br>
<br>
Note that you are free to compile and debug VLC in VS if you want to do it.<br>
Just don't redistribute the binaries if you want to stay on the safe side.<br>
<div class="im HOEnZb"><br>
--<br>
Rémi Denis-Courmont<br>
<a href="http://www.remlab.net/" target="_blank">http://www.remlab.net/</a><br>
<a href="http://fi.linkedin.com/in/remidenis" target="_blank">http://fi.linkedin.com/in/remidenis</a><br>
</div><div class="HOEnZb"><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>