How to build openModellerDesktop with o Visual Studio .Net 2003.
First the follow howtos need be ok:
Build QGIS with Visual Studio .Net 2003 (Vc7) - QgisVc7
Build Expat with Visual Studio .Net 2003 (Vc7) - ExpatVc7.
Build SQLite with Visual Studio .Net 2003 (Vc7) - SqliteVc7.
Build Qt with Visual Studio .Net 2003 (Vc7) - QtVc7.
Build GDAL with Visual Studio .Net 2003 (Vc7) - GdalVc7.
Build Proj4 with Visual Studio .Net 2003 (Vc7) - Proj4Vc7.
Build TerraLib e TerraView with Visual Studio .Net 2003 (Vc7) - TerraLibTerraViewVc7.
Build lib openModeller with Visual Studio .Net 2003 (Vc7) - OpenModellerVc7.
Build TerraView Plugin with Visual Studio .Net 2003 (Vc7) - TerraViewPluginVc7.
1. CMake
Download CMake at: http://www.cmake.org/HTML/Index.html.
- Note: I used the version 2.4.6 (cmake-2.4.6-win32-x86.exe).
Important: Choose the option:
Add CMake to the system PATH for current user.
2. SQLite
Download SQLite at: http://www.sqlite.org/.
I used the version 3.3.15:
- sqlite-3.3.15.tar.gz - source code (Headers).
- sqlitedll-3_3_15.zip - binaries for Windows.
Unpacking the files at:
C:\sqlite
3. Versions