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:devguide:src_instructions [2016/01/11 09:28]
lubia
wiki:documentation:devguide:src_instructions [2016/01/12 08:17] (current)
gribeiro
Line 2: Line 2:
  
 In the root directory of TerraLib codebase (in the source code tree) there are some text files explaining the details of the codebase: In the root directory of TerraLib codebase (in the source code tree) there are some text files explaining the details of the codebase:
-  * **[[http://​dpi.inpe.br/​terralib5|BRANCHES]]:** Notes on how to switch to the right branch to work on or the right tag to get the source code.+  * **BRANCHES:​** Notes on how to switch to the right branch to work on or the right tag to get the source code.
  
-  * **[[http://​dpi.inpe.br/​terralib5|BUILD-INSTRUCTIONS]]:** Notes on how to compile and install TerraLib and TerraView for each platform.+  * **BUILD-INSTRUCTIONS:​** Notes on how to compile and install TerraLib and TerraView for each platform.
  
-  * **[[http://​dpi.inpe.br/​terralib5|CHANGELOG]]:** List of changes in TerraLib and TerraView source code. **Not available yet!**+  * **CHANGELOG:​** List of changes in TerraLib and TerraView source code. **Not available yet!**
  
-  * **[[http://​dpi.inpe.br/​terralib5|DEPENDENCIES]]:** The list of third-party library you must install before building TerraLib and TerraView.+  * **DEPENDENCIES:​** The list of third-party library you must install before building TerraLib and TerraView.
  
-  * **[[http://​dpi.inpe.br/​terralib5|LICENSE]]:** Licence statement in plain txt format.+  * **COPYING:** Licence statement in plain txt format.
  
-  * **[[http://​dpi.inpe.br/​terralib5|README]]:** Contains instructions about how to build and how is organized TerraLib plataform source code.+  * **README:** Contains instructions about how to build and how is organized TerraLib plataform source code.
  
 +
 +----
 +After reading the instructions in the above documents, please, read the [[:​wiki:​documentation:​devguide:​src_organization|Source Code Organization]] section.