Changes between Version 1 and Version 2 of OSXUniversalDependencies
- Timestamp:
- 07/21/2006 05:12:39 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OSXUniversalDependencies
v1 v2 13 13 Redistributing OS X binaries is quite annoying, as OS X pre-links all shared libraries, so unless one installs the Qt frameworks in exactly the same place as the development machine Mussa won't work. 14 14 15 Included in the Mussa source tree is a small python script source:m ussa/makelib/osxdist.py which will copy the Qt frameworks into the .app bundle and properly bless all of the binaries with install_name_tool.15 Included in the Mussa source tree is a small python script source:makelib/osxdist.py which will copy the Qt frameworks into the .app bundle and properly bless all of the binaries with install_name_tool. 16 16 17 17 == Boost ==