Changeset - 4cb24b737683
[Not reviewed]
Merge default
8 98 29
Roeland Merks - 15 years ago 2010-09-08 17:34:27
merks@cwi.nl
merge? I tried to push my recent updates, hoping I haven't messed up things. All intermediate versions are kept anyway, right?
6 files changed:
ChangeLog
del
INSTALL
2
23
NEWS
4
Changeset was too big and was cut off... Show full diff anyway
0 comments (0 inline, 0 general)
.hgignore
Show inline comments
 
@@ -2,23 +2,27 @@
 
syntax: glob
 

	
 
*~
 
*.a
 
*.exe
 
*.cache
 
*.Debug
 
*.o
 
*.orig
 
*.out
 
*.Release
 
*.so
 
*.vars
 
*Makefile.*
 
*make.out
 
*moc_*.cpp
 
src/default.par
 
bin*
 

	
 
TAGS
 
BROWSE
 
bin/VirtualLeaf
 
bin/models
 
bin/VirtualLeaf.exe
 

	
 
lib/libvleaf.a
 

	
 
src/default.par
 
src/VirtualLeaf-install.exe
 

	
 
# switch to regexp syntax.
 
syntax: regexp
ChangeLog
Show inline comments
 
deleted file
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.
NEWS
Show inline comments
 
Version 1.0 of the VirtualLeaf is showcased in 'Plant Physiology 2010'
 
in an article entitled: 'VirtualLeaf: an Open Source framework for
 
cell-based modeling of plant tissue growth and development;' published
 
by the American Society of Plant Biologists.
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)