Files @ 36b188563094
Branch filter:

Location: EI/VirtualLeaf/doc/mac-deploy-howto.txt

Roeland Merks
Corrected some problems with software deployment on MacOSX.

--
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
added doc/mac-deploy-howto.txt
added src/perl/deploymodel.pl
changed src/VirtualLeaf.pro
RM - 01 dec 2010

Deploying VirtualLeaf for Mac
1. Build the package: cd src; export QMAKESPEC=macx-g++; make;
2. Run "deploymodel.pl" as follows:
> cd ../bin; perl ../src/perl/deploymodel.pl VirtualLeaf
3. Run "macdeployqt" as follows
> macdeployqt VirtualLeaf.app
4. Build the installer using PackageMaker:
- cd ../src; open VirtualLeaf-install-macosx.pmdoc
- Under "Contents->VirtualLeaf, click on VirtualLeaf
- Choose tab "Components"
- Deselect "Allow relocation"
- Click "Build"

... I know it's quite a hassle, but if you follow these steps carefully the package and model plugins should work on a Mac without Qt installed... Good luck!