TerraLib and TerraView Wiki Page

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
wiki:documentation:build_win32 [2015/12/11 13:36]
fred [Modos de compilação]
wiki:documentation:build_win32 [2015/12/11 13: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 94: Line 94:
  
  
-===== proj =====+===== proj4 =====
  
-  * Versão 4.9.1+  * **Dependências:​** N/A.
  
-==== Dependências ==== +  ​**Requerido por:** GDAL, GeoTiff, SpatiaLite ​
- +
-  ​N/A+
  
 +  * **Modos de compilação:​** NMake Makefile, CMake.
  
 +Entrar no command prompt do Visual Studio 2013 modo 64-bits:
  
 +<code bash>
 +  cd proj-4.9.1
 +:: Passa o parâmetro de local de instalação ​
 +  nmake /f makefile.vc install-all INSTDIR=%TERRALIB_DEPENDENCIES_DIR%
 +:: limpa para a construção em Debug 
 +  nmake /f makefile.vc clean
 +:: Construção em Debug
 +  nmake /f makefile.vc DEBUG=1
 +</​code>​
  
 +__**Observações**__
  
 +  * Arquivo **nmake.opt** foi alterado.
 ===== geos ===== ===== geos =====