Files @ 23dfaeaae8f8
Branch filter:

Location: EI/VirtualLeaf/INSTALL

Michael Guravage
The value of QMAKE is taken from the environment - just like MAKE.

--
user: Michael Guravage <michael.guravage@cwi.nl>
branch 'default'
changed src/Makefile
changed src/TutorialCode/Tutorial0/Makefile
changed src/TutorialCode/Tutorial1A/Makefile
changed src/TutorialCode/Tutorial1B/Makefile
changed src/TutorialCode/Tutorial1C/Makefile
changed src/TutorialCode/Tutorial1D/Makefile
changed src/TutorialCode/Tutorial2/Makefile
changed src/TutorialCode/Tutorial3/Makefile
changed src/TutorialCode/Tutorial4/Makefile
changed src/TutorialCode/Tutorial5/Makefile
changed src/build_models/Makefile
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