Files @ 854077b2d7cc
Branch filter:

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

Michael Guravage
Added first tissue growth protocol: The expanding cell.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
added src/protocols/MyGrowthModel/Makefile
added src/protocols/MyGrowthModel/mygrowthmodel.cpp
added src/protocols/MyGrowthModel/mygrowthmodel.h
added src/protocols/MyGrowthModel/mygrowthmodel.pro
changed src/protocols/Makefile
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!