库后面的数字是什么意思?
What do the numbers behind a library mean?
在 Linux 上,我看到像 libpgm-5.1.so.0.0.118
这样的库名称,在 OS X 上,我看到像 libhunspell-1.2.0.0.0.dylib
这样的库名称。这些数字是什么意思?
What do all these numbers mean?
这些称为外部库版本控制。你可以阅读详细的解释here.
在 Linux 上,我看到像 libpgm-5.1.so.0.0.118
这样的库名称,在 OS X 上,我看到像 libhunspell-1.2.0.0.0.dylib
这样的库名称。这些数字是什么意思?
What do all these numbers mean?
这些称为外部库版本控制。你可以阅读详细的解释here.