Changes between Version 1 and Version 2 of LibVersions
- Timestamp:
- 05/23/10 12:14:28 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibVersions
v1 v2 16 16 17 17 Now, let's look at how an application is linked: 18 18 {{{ 19 19 ~> objdump -x /boot/apps/WebPositive/WebPositive | grep NEEDED 20 20 NEEDED libjavascriptcore.so … … 36 36 NEEDED libtranslation.so 37 37 NEEDED libroot.so 38 38 }}} 39 39 Javascriptcore, webcore and webkit are in WebPositive's ./lib folder, at least for the time being, and therefore do not really need versioning. 40 40
