Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:documentation:build_win32 [2015/12/11 12:43] fred [proj] |
wiki:documentation:build_win32 [2015/12/11 12:45] (current) fred [proj4] |
||
|---|---|---|---|
| Line 77: | Line 77: | ||
| cd freexl-1.0.1 | cd freexl-1.0.1 | ||
| nmake /f makefile.vc | nmake /f makefile.vc | ||
| - | # limpa para a construção em Debug | + | :: limpa para a construção em Debug |
| nmake /f makefile.vc clean | nmake /f makefile.vc clean | ||
| - | # Construção em Debug | + | :: Construção em Debug |
| nmake /f makefile.vc DEBUG=1 | nmake /f makefile.vc DEBUG=1 | ||
| </code> | </code> | ||
| Line 100: | Line 100: | ||
| * **Requerido por:** GDAL, GeoTiff, SpatiaLite | * **Requerido por:** GDAL, GeoTiff, SpatiaLite | ||
| - | * **Modos de compilação:** NMake Makefile. | + | * **Modos de compilação:** NMake Makefile, CMake. |
| Entrar no command prompt do Visual Studio 2013 modo 64-bits: | Entrar no command prompt do Visual Studio 2013 modo 64-bits: | ||
| <code bash> | <code bash> | ||
| - | cd freexl-1.0.1 | + | cd proj-4.9.1 |
| :: Passa o parâmetro de local de instalação | :: Passa o parâmetro de local de instalação | ||
| nmake /f makefile.vc install-all INSTDIR=%TERRALIB_DEPENDENCIES_DIR% | nmake /f makefile.vc install-all INSTDIR=%TERRALIB_DEPENDENCIES_DIR% | ||