help > Mac bundle without the need of installation?
Showing 1-2 of 2 posts
Jul 29, 2010 02:07 PM | Ting Zhao
Mac bundle without the need of installation?
Can we have an application bundle of V3D that can be run directly
on Mac?
Jul 29, 2010 04:07 PM | Hanchuan Peng
RE: Mac bundle without the need of installation?
first, for Mac machines the V3D Installers work quite well.
If you really a separate installer as a bundle, you can indeed use otool command on mac to change the dependency relationship of the "Resources" in the v3d installer app. For that, what you can do on Mac is that to right click the installer program (of course need to first unzip it), and then choose "Show Package Contents" and then enter the "Resources" folder. Then you can see the v3d.app, Qtlib folder, and plugins folder. What you need to do is to change the dependency of the Qtlib from /usr/local/Trolltech/Qt-4.5.2 to the local folder using ottol, or other tools with the similar functions.
Originally posted by Ting Zhao:
If you really a separate installer as a bundle, you can indeed use otool command on mac to change the dependency relationship of the "Resources" in the v3d installer app. For that, what you can do on Mac is that to right click the installer program (of course need to first unzip it), and then choose "Show Package Contents" and then enter the "Resources" folder. Then you can see the v3d.app, Qtlib folder, and plugins folder. What you need to do is to change the dependency of the Qtlib from /usr/local/Trolltech/Qt-4.5.2 to the local folder using ottol, or other tools with the similar functions.
Originally posted by Ting Zhao:
Can we have an application bundle of V3D that
can be run directly on Mac?[/userquote]
