Changeset - caa535c40937
[Not reviewed]
default
1 34 4
Michael Guravage - 15 years ago 2010-06-25 16:50:35
michael.guravage@cwi.nl
Made changes to conform to the version submitted with the Plant Physiology paper. See the individual ChangeLogs for details.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
added lib/libiconv/bin/iconv.exe
added lib/libiconv/bin/libcharset-1.dll
added lib/libiconv/bin/libiconv-2.dll
added src/gpl3.txt
changed INSTALL
changed src/ChangeLog
changed src/TutorialCode/Tutorial0/ChangeLog
changed src/TutorialCode/Tutorial0/tutorial0.pro
changed src/TutorialCode/Tutorial1A/ChangeLog
changed src/TutorialCode/Tutorial1A/tutorial1A.pro
changed src/TutorialCode/Tutorial1B/ChangeLog
changed src/TutorialCode/Tutorial1B/tutorial1B.pro
changed src/TutorialCode/Tutorial1C/ChangeLog
changed src/TutorialCode/Tutorial1C/tutorial1C.pro
changed src/TutorialCode/Tutorial1D/ChangeLog
changed src/TutorialCode/Tutorial1D/tutorial1D.pro
changed src/TutorialCode/Tutorial2/ChangeLog
changed src/TutorialCode/Tutorial2/tutorial2.pro
changed src/TutorialCode/Tutorial3/ChangeLog
changed src/TutorialCode/Tutorial3/tutorial3.pro
changed src/TutorialCode/Tutorial4/ChangeLog
changed src/TutorialCode/Tutorial4/tutorial4.pro
changed src/TutorialCode/Tutorial5/ChangeLog
changed src/TutorialCode/Tutorial5/tutorial5.pro
changed src/VirtualLeaf-install.nsi
changed src/VirtualLeaf.pro
changed src/build_models/ChangeLog
changed src/build_models/plugin_auxingrowth.pro
changed src/build_models/plugin_meinhardt.pro
changed src/build_models/plugin_test.pro
changed src/canvas.cpp
changed src/libplugin.pro
changed src/output.cpp
changed src/output.h
changed src/parameter.cpp
changed src/parameter.h
changed src/perl/ChangeLog
changed src/perl/make_parameter_source.pl
removed doc/gpl3.txt
3 files changed:
INSTALL
2
23
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
INSTALL
Show inline comments
 
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
 

	
 
You will find platform specific instructions how to compile and
 
install the VirtualLeaf in installation.pdf in the doc directory.
lib/libiconv/bin/iconv.exe
Show inline comments
 
new file 100755
 
binary diff not shown
lib/libiconv/bin/libcharset-1.dll
Show inline comments
 
new file 100755
 
binary diff not shown

Changeset was too big and was cut off... Show full diff anyway

0 comments (0 inline, 0 general)