Files @ 7e16256a76f6
Branch filter:

Location: EI/VirtualLeaf/INSTALL

Michael Guravage
Look at the libraries and paths in win32:LIB in VirtualLeaf.pro.
The libraries libxml2 and libiconv are individually installed in C:,
and libiconv.dll.a copied, i.e. renamed, to libiconv.a.
At least everything compiles and links.
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