Skip to content

Enhancement: Change 'libcbxp' to a static library rather than a dynamic library #24

@lcarcaramo

Description

@lcarcaramo

Looking at other industry standard open source tools like open SSL that provide C/C++ interfaces provide static libraries and header files rather than dynamic libraries. Given that the CBXP library is not a particularly large binary and that CBXP is licensed under Apache 2.0, which is permissive, it would be easier and cleaner to exploit the CBXP library using the static library and header files rather than having to setup all of the environment variables and infrastructure for loading and calling a dynamic library.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions