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
Last revision Both sides next revision
wiki:documentation:build_win32 [2015/12/11 13:43]
fred [proj]
wiki:documentation:build_win32 [2015/12/11 13:45]
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 105: Line 105:
  
 <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%