added not about soversion for those not knowledgable (like me). Thanks
Sylvain! git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1099 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
5cc61b4c30
commit
0c5025cc85
@ -159,7 +159,8 @@ IF(WIN32)
|
|||||||
ENDIF()
|
ENDIF()
|
||||||
ELSE()
|
ELSE()
|
||||||
# on UNIX we need to make sure:
|
# on UNIX we need to make sure:
|
||||||
# - all shared libraries must have a soname/version
|
# - all shared libraries must have a soname/version (see
|
||||||
|
# http://sourceware.org/autobook/autobook/autobook_91.html#SEC91)
|
||||||
# - the output library should be named glut so it'll be linkable with -lglut
|
# - the output library should be named glut so it'll be linkable with -lglut
|
||||||
# - the shared library should link to the dependency libraries so that the user
|
# - the shared library should link to the dependency libraries so that the user
|
||||||
# won't have to link them explicitly (they shouldn't have to know that we depend
|
# won't have to link them explicitly (they shouldn't have to know that we depend
|
||||||
|
Reference in New Issue
Block a user