Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Also build/install the shared library #18

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

paugier
Copy link

@paugier paugier commented Feb 24, 2022

This is a follow-up of #3 (which was reverted).

It fixes #16. It's very standard for a library to generate both static and shared library. There are cases for which only shared library can be used (or at least this is the easy and standard method), for example to create shared libraries importable from dynamical languages.

With a clean clone of this branch, one should not need automake and friends (see https://stackoverflow.com/questions/33278928/how-to-overcome-aclocal-1-15-is-missing-on-your-system-warning).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation of the share library .so ?
1 participant