Requirements
- Qt3
- CVS client
- openModeller library compiled for Windows
Overview
Retrieve omgui0 source from CVS, then use qmake and nmake.
Instructions for omgui standalone
Compile the openModeller library. More instructions on http://openmodeller.cria.org.br/wikis/om/CompilingWithVcpp
- Set OM_HOME to where the openModeller library resides.
Install Qt 3.2.1 for windows (qt-win-noncommercial-msvc-3.2.1.exe can be found in the CD that comes with the book "C++ GUI Programming with Qt3", Jasmin Blanchette & Mark Summerfield).
- Get the omgui0 code to be compiled from CVS HEAD:
cvs -z3 -d:ext:DEVELOPER_NAME@cvs.sourceforge.net:/cvsroot/openmodeller export omgui0
- Use qmake to generate the Makefiles: qmake openmodeller.pro
- Use nmake to compile: nmake
Instructions for Qgis plugin
Download and extract the qgis source version: http://openmodeller.cria.org.br/download/extlibs/qgis-0.7.4.tar.gz
Follow the steps described at http://wiki.qgis.org/qgiswiki/BuildingOnWindows
- Set QGIS_HOME to the qgis source version directory
Download and extract the proj library source files: http://openmodeller.cria.org.br/download/extlibs/proj-4.4.9.zip
- Copy proj_api.h to $QGIS/src directory
- Use "qmake -project", "qmake", and "nmake" in $QGIS/src directory
If you can't or don't want to compile everything, you just need to generate the .h files with nmake. A compiled library for windows can be obtained from: http://openmodeller.cria.org.br/download/extlibs/libqgis.lib.gz (extract into the $QGIS/src directory)
- Go to the omgui0 directory and use: "qmake openmodeller_lib.pro" and then "nmake"
- to be continued...