A
A
Anton2017-02-17 10:20:17
linux
Anton, 2017-02-17 10:20:17

How to specify the version of the dynamic library?

Under Windows, you can specify the library version, product version, manufacturer, and so on. This information can be viewed through the properties, how to do this in Linux through CMake?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
J
jcmvbkbc, 2017-02-17
@Riki-tiki-tavi

Linux has two versioning options:
- shared library versioning (see one , two ), which allows multiple versions of the same library to be installed and used at the same time
- symbol versioning (see one , two ), which allows one shared library to export multiple versions of the same character, with different content/behavior.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question