Files @ aaba9e8828d6
Branch filter:

Location: EI/VirtualLeaf/INSTALL

Roeland Merks
Added to new menu options: edit->ResetChemicals and edit->ResetTransporters, which allows you to set only the chemicals or only the transporters to the initial values. I needed this for preparing a suitable initial condition for Tutorial 6 and thought it would be useful for the main distribution.

--
user: Roeland Merks <roeland.merks@cwi.nl>
branch 'default'
changed src/build_models/Makefile
changed src/canvas.cpp
changed src/canvas.h
changed src/mesh.cpp
changed src/mesh.h
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