open-license-manager / licensecc

Software licensing, copy protection in C++. It has few dependencies and it's cross-platform.
http://open-license-manager.github.io/licensecc/
BSD 3-Clause "New" or "Revised" License
947 stars 300 forks source link

Install as dynamic library #132

Closed nnt296 closed 2 years ago

nnt296 commented 2 years ago

Hi @gcontini, thanks for the great repository. Yet, How could I install the licensecc as shared object instead of liblicensecc_static.a? Since I want to build another shared lib based on your licensecc

gcontini commented 2 years ago

This is a duplicate of #68