Is there a preferred method of including the source code(s) of other software you've used in your ap
Posted
by Adam S
on Stack Overflow
See other posts from Stack Overflow
or by Adam S
Published on 2010-06-09T19:39:59Z
Indexed on
2010/06/09
19:42 UTC
Read the original article
Hit count: 211
I've used a few F/OSS libraries in my commercial application. As per their licenses, I am obligated to include their source codes along with my VS2008 application. This is my first time making a "real" commercial application, and I would appreciate some advice on how best to go about including their source codes.
I don't want to package them as zip files alongside my installed. I still want my installer to be a single file.
© Stack Overflow or respective owner