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
wiki:terralib5_download [2025/11/26 08:32]
castejon [TerraLib 5.0 - Download]
wiki:terralib5_download [2025/11/26 08:38] (current)
castejon
Line 3: Line 3:
 Before downloading and install TerraLib 5, see the basic tools required in [[wiki:​terralib5_environment#​Working Environment page]]. Before downloading and install TerraLib 5, see the basic tools required in [[wiki:​terralib5_environment#​Working Environment page]].
   * Link to download the available releases of TerraLib5 and TerraView: [[wiki:​downloads|Download]]   * Link to download the available releases of TerraLib5 and TerraView: [[wiki:​downloads|Download]]
 +  * Build instructions:​ [[wiki:​documentation:​devguide|TerraLib Developer'​s Guide]]
  
-==== Source code ==== 
-  
-=== From GIT === 
-  
-The GIT repository is located at https://​git.dpi.inpe.br/​terralib5 that must be accessed using: 
- 
-//Username: tester// 
- 
-//Password: terralibdpi//​ 
- 
-To get the TerraLib and TerraView source code under your current directory, use the git clone command below. 
- 
-After cloning, a //​terralib5//​ directory is created and the DEPENDENCIES and BUILD-INSTRUCTIONS files can be accessed. Make sure all dependencies are installed before building. 
- 
-^Date^Release^Git Command^Dependencies^Build Instructions^DoxygenDoc^ 
-|2014/​09/​29| terralib-5.0.0-beta|%%git clone -b release-5.0.0-beta --origin release-5.0.0-beta https://​git.dpi.inpe.br/​terralib5%%|DEPENDENCIES| [[http://​www.dpi.inpe.br/​terralib5/​wiki/​doku.php?​id=wiki:​terralib5_build|General Guide]] or BUILD-INSTRUCTIONS|[[http://​www.dpi.inpe.br/​terralib5/​codedocs_beta/​| Doc5.0.0-beta ]]| 
-|2013/​12/​19| terralib-5.0.0-alpha|%%git clone -b release-5.0.0-alpha --origin release-5.0.0-alpha ​ https://​git.dpi.inpe.br/​terralib5%% and %%git clone https://​git.dpi.inpe.br/​terraview_help%% |[[wiki:​dependencies_alpha|Dependencies]]| [[wiki:​build_alpha|Build Instructions]]|[[http://​www.dpi.inpe.br/​terralib5/​codedocs/​|Doc5.0.0-alpha]]| 
- 
- 
-If you experience problems with the SSL certificate try to use the command: 
- 
-    sudo env GIT_SSL_NO_VERIFY=true git clone https://​tester:​terralibdpi@git.dpi.inpe.br/​terralib5 ​ 
- 
-Go to the directory where the TerraLib and TerraView source code is located: 
- 
-    cd terralib5 
- 
-It is also possible to checkout a specific tag and create a local branch from this tag to work on: 
- 
-  git checkout -b <​local_branch_tag_name>​ <​one_of_tag_name_listed>​ 
-  git checkout -b tag_branch_5.0.0-alpha ​ 5.0.0-alpha 
-  ​ 
-It is worth mention that a tag is created only into the master branch after merging a release-x.x.x branch into master, thus most of the time there is a release branch related to a tag. 
-      
-If you are not familiar with GIT commands, you can use a graphical GIT client like TortoiseGIT (for Windows) or Git-Cola (for Linux, Mac and Windows). 
- 
-Now it is time to build the working environment. Use the BUILD-INSTRUCTIONS file located at the root of terralib5 source tree. Alternatively,​ use the [[:​wiki:​terralib5_build| General Guide]] instructions. 
- 
- 
- 
-=== From a .zip file === 
-If you are not familiar with GIT, an alternative way is to download the source code of available releases: 
- 
-^Launched^Release^Dependencies^Build Instructions^DoxygenDoc^ 
-|2014/​09/​29| {{:​wiki:​terralib_5.0.0-beta.zip|terralib_5.0.0-beta}} |DEPENDENCIES|BUILD_INSTRUCTIONS|[[http://​www.dpi.inpe.br/​terralib5/​codedocs_beta/​|Doc5.0.0-beta ]]| 
-|2013/​12/​19| {{:​wiki:​terralib_5.0.0-alpha.zip|terralib_5.0.0-alpha}}|[[wiki:​dependencies_alpha|Dependencies]]|[[wiki:​build_alpha|Build Instructions]]|[[http://​www.dpi.inpe.br/​terralib5/​codedocs/​|Doc5.0.0-alpha]]|