6 | | * [http://www.mingw.org/msys.shtml MSYS] |
7 | | * Download QT4 binary installer from the Trolltech site and install their version of mingw in the msys/mingw folder. This will set up a compiler toolchain. |
8 | | * Compile and install gdal, this is fairly simple. Install other closely linked packages as well including proj.4 and libtiff. |
9 | | * Compile and Install OpenThreads and Producer libraries. Resolve dependecies as they come up. http://gnuwin32.sourceforge.net/ has a lot of useful binaries. |
10 | | * Install ossim using standard ./configure , make and make install |
11 | | * ossimPlanet console version can be compiled with standard make and make install as well |
| 6 | * [http://www.mingw.org/msys.shtml MSYS] |
| 7 | * Download QT4 binary installer from the Trolltech site and install their version of mingw in the msys/mingw folder. This will set up a compiler toolchain. |
| 8 | * Compile and install gdal, this is fairly simple. Install other closely linked packages as well including proj.4 and libtiff. |
| 9 | * Compile and Install OpenThreads and Producer libraries. Resolve dependecies as they come up. http://gnuwin32.sourceforge.net/ has a lot of useful binaries. |
| 10 | * Install ossim using standard ./configure , make and make install |
| 11 | * ossimPlanet console version can be compiled with standard make and make install as well |