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 Both sides next revision
wiki:terraview5_build [2013/12/18 16:07]
andre.oliveira [Building TerraView] Adding the environment note
wiki:terraview5_build [2013/12/18 16:09]
andre.oliveira [Cmake]
Line 27: Line 27:
 Follow the steps detailed at [[wiki:​terralib5_build#​cmake|TerraLib - Cmake]] Follow the steps detailed at [[wiki:​terralib5_build#​cmake|TerraLib - Cmake]]
  
-The only difference worth mentioning is that, like most modules, terraView is optional, so in order to be sure it will be compiled specify it's variable as true:+The only difference worth mentioning is that, like most modules, terraView is optional, so in order to be sure it will be compiled specify it's variable as true.
  
 +== Example ==
 cmake -G '​Visual Studio 10' C:​\Dev\Terralib\build -DTE_DEPENDENCIES_DIR=C:/​Libs/​terralib_3rdparty_win32 -DBUILD_TERRAVIEW=True cmake -G '​Visual Studio 10' C:​\Dev\Terralib\build -DTE_DEPENDENCIES_DIR=C:/​Libs/​terralib_3rdparty_win32 -DBUILD_TERRAVIEW=True