Files @ 6d2e1692ec10
Branch filter:

Location: EI/VirtualLeaf/INSTALL

Roeland Merks
I've repaired VLeaf's batch mode to work with dynamic model loading. There is a new option now "-m" that allows you to supply a model name.

For example:

./VirtualLeaf -l ../data/leaves/auxin_growth.xml -m libauxingrowth.so -b

or

./VirtualLeaf --leaffile ../data/leaves/auxin_growth.xml --model libauxingrowth.so --batch


user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/VirtualLeaf.cpp
changed src/VirtualLeaf.pro
changed src/modelcatalogue.cpp
changed src/modelcatalogue.h
changed src/warning.cpp
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