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
Next revision Both sides next revision
wiki:documentation:devguide:src_organization [2015/12/16 17:21]
marisa
wiki:documentation:devguide:src_organization [2016/01/12 08:18]
gribeiro
Line 4: Line 4:
  
 ^ Folder^Description^ ^ Folder^Description^
-|**[[http://​dpi.inpe.br/​terralib5|build/cmake]]** | Contains the CMake scripts with commands, macros and functions used to build the environment for compiling libraries and executables in different platforms using the CMake tool| +|**build/​cmake** | Contains the CMake scripts with commands, macros and functions used to build the environment for compiling libraries and executables in different platforms using the CMake tool| 
-|**[[http://​dpi.inpe.br/​terralib5|examples]]** |Some examples on how to use TerraLib API| +|**examples** |Some examples on how to use TerraLib API| 
-|**[[http://​dpi.inpe.br/​terralib5|install]]** |Bash scripts for helping building and installing TerraLib| +|**install** |Bash scripts for helping building and installing TerraLib| 
-|**[[http://​dpi.inpe.br/​terralib5|licenses]]** | Copyright notices of third-party libraries used by TerraLib. **Not available yet!**| +|**licenses** | Copyright notices of third-party libraries used by TerraLib. **Not available yet!**| 
-|**[[http://​dpi.inpe.br/​terralib5|resources]]** | Fonts, images, sql, and xml files among other resources of general use| +|**resources** | Fonts, images, sql, and xml files among other resources of general use| 
-|**[[http://​dpi.inpe.br/​terralib5|share]]** | XML Schema (.xsd), JSON files, plugin manifest files, translations files and OGC specifications that is shared and installed with TerraLib| +|**share** | XML Schema (.xsd), JSON files, plugin manifest files, translations files and OGC specifications that is shared and installed with TerraLib| 
-|**[[http://​dpi.inpe.br/​terralib5|src]]** |Contains the source code of TerraLib and TerraView| +|**src** |Contains the source code of TerraLib and TerraView| 
-|**[[http://​dpi.inpe.br/​terralib5|unittest]]**|**TODO**|+|**unittest**|Contains some unit tests for TerraLib|
  
  
 +----
 +If you want to build TerraLib, first take a look at the [[:​wiki:​documentation:​devguide:​dependencies|Third-party libraries]] you will need to have in your system.