代码之家  ›  专栏  ›  技术社区  ›  shahjapan

如何在项目中分发xmlrpc-c库?

  •  0
  • shahjapan  · 技术社区  · 15 年前

    在我的C项目中,为了使用xmlrpc客户端,我引用了sourceforge.net中的xmlrpc-C库。

    我的问题是如何分发这个库,以便其他用户不需要从internet下载/安装软件包。

    如果可能的话,我可以把它和我的.so文件一起分发-这将是最好的。

    2 回复  |  直到 15 年前
        1
  •  0
  •   Peter Miehle    15 年前

    http://xmlrpc-c.svn.sourceforge.net/viewvc/xmlrpc-c/trunk/doc/COPYING?view=markup 国家:

    Redistribution and use in source and binary forms, with or without
      modification, are permitted provided that the following conditions
      are met:
     1. Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.
    2. Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in the
    documentation and/or other materials provided with the distribution.
    3. The name of the author may not be used to endorse or promote products
    derived from this software without specific prior written permission. 
    
        2
  •  0
  •   Edgar Bonet    15 年前