diff --git a/INSTALL b/INSTALL --- a/INSTALL +++ b/INSTALL @@ -1,23 +1,2 @@ -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.