Files @ f23676d337db
Branch filter:

Location: EI/VirtualLeaf/INSTALL

Roeland Merks
Added deployment code for MacOSX to VirtualLeaf.pro
Added MacOSX script for PackageMaker

user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
added src/vleafmacosx_installer.pmdoc/01virtualleaf-contents.xml
added src/vleafmacosx_installer.pmdoc/01virtualleaf.xml
added src/vleafmacosx_installer.pmdoc/02models-contents.xml
added src/vleafmacosx_installer.pmdoc/02models.xml
added src/vleafmacosx_installer.pmdoc/03leaves-contents.xml
added src/vleafmacosx_installer.pmdoc/03leaves.xml
added src/vleafmacosx_installer.pmdoc/index.xml
changed src/VirtualLeaf.pro
Basic Installation
==================

Linux::

 qmake -makefile libplugin.pro
 rm -f make.out
 make clean all 2>&1 | tee make.out
 cd build_models
 rm -f make.out
 for i in *.pro; do echo $i; qmake -makefile $i; make clean all 2>&1 | tee -a make.out; done
 cd -
 qmake -makefile VirtualLeaf.pro 
 make clean all 2>&1 | tee -a make.out

MacOSX::

 tbw

Windows::

 tbw