Build as a Shared Library #200
Labels
📁 build
CMake, GitHub Actions etc.
✨ feature
New operation or other feature
help wanted
Extra attention is needed
Milestone
It is not possible to build Adiar as a shared library. Some user's would like to build Adiar once and then install it. This way, you do not need to include it as a submodule to each of your projects (and build it for each of them independently). Furthemore, allowing this would make Adiar usable in closed-source projects (by circumventing TPIE's LGPL v3).
Note:
This should then also be made to work with CMake's find_package.
Note:
People may depend on multiple versions of Adiar. Hence, one should install it with the version number suffixed. Look here for how to do so.
The text was updated successfully, but these errors were encountered: