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

Include major version number in library names and install dirs #144

Closed
saschazelzer opened this issue Sep 21, 2016 · 0 comments
Closed

Include major version number in library names and install dirs #144

saschazelzer opened this issue Sep 21, 2016 · 0 comments

Comments

@saschazelzer
Copy link
Member

saschazelzer commented Sep 21, 2016

Append the CppMicroServices major version number to shared library names and default installation directories. This helps identifying the major version in use and enables easier parallel installations of different major versions.

New default paths:

  • /usr/local/include/cppmicroservices3/ (include dir, containing cppmicroservices sub-dir)
  • /usr/local/lib/libCppMicroServices.so.3.0.0 (Linux symlink, already done like that)
  • C:/install/bin/CppMicroServices3.dll (Windows DLL with major version number)
  • /usr/local/share/cppmicroservices3/ (auxiliary directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant