I assume most licenses allow you to distribute the product in binary form. If binary distribution were not allowed it would force every user of the library, and therefore every user of any program that uses the library, to compile it themselves. This would be very impractical.
Usually you just have to provide a way to get the sources for anybody who cares. If you made no changes to the libraries this might be as simple as referring them to the original libraries web page.
That being said, I'm not particularly familiar with the licenses you mention, so you might have to read through them to see what they have to say about binary distribution. It could, for example, be that they require a disclaimer in the binary distribution that states which libraries under that license were used.
发布评论
评论(2)
我假设大多数许可证允许您以二进制形式分发产品。如果不允许二进制分发,它将迫使库的每个用户,以及使用该库的任何程序的每个用户自己编译它。这是非常不切实际的。
通常你只需要为关心的人提供一种获取资源的方法即可。如果您没有对库进行任何更改,这可能就像将它们引用到原始库网页一样简单。
话虽这么说,我对您提到的许可证不是特别熟悉,因此您可能需要通读它们才能了解它们对二进制分发的看法。例如,他们可能需要在二进制发行版中提供免责声明,说明使用了该许可证下的哪些库。
I assume most licenses allow you to distribute the product in binary form. If binary distribution were not allowed it would force every user of the library, and therefore every user of any program that uses the library, to compile it themselves. This would be very impractical.
Usually you just have to provide a way to get the sources for anybody who cares. If you made no changes to the libraries this might be as simple as referring them to the original libraries web page.
That being said, I'm not particularly familiar with the licenses you mention, so you might have to read through them to see what they have to say about binary distribution. It could, for example, be that they require a disclaimer in the binary distribution that states which libraries under that license were used.
上述三个许可证都允许此类分发。
The above three licenses all permit such distribution.