Diferenças

Aqui você vê as diferenças entre duas revisões dessa página.

Link para esta página de comparações

Ambos lados da revisão anteriorRevisão anterior
Próxima revisão
Revisão anterior
software:art [2011/04/12 11:54] – [section 9] pedrosoftware:art [2014/02/24 10:22] (atual) pedro
Linha 22: Linha 22:
  
 ===Windows binary=== ===Windows binary===
-  * Instead of using install.packages(), you can download **{{http://www.leg.ufpr.br/~pedro/aRT/aRT_1.8-0.zip|aRT_1.8-0.zip}}** (Monday11-Apr-2011) and use 'Install package(s) from local zip files' from the 'Packages' menu. +  * Instead of using install.packages(), you can download **{{http://www.leg.ufpr.br/~pedro/aRT/aRT_1.9-2.zip|aRT_1.9-2.zip}}** (Thursday18-Feb-2014) and use 'Install package(s) from local zip files' from the 'Packages' menu.
  
 ===Source code=== ===Source code===
-|**[[http://www.leg.ufpr.br/~pedro/aRT/aRT_1.8-0.tar.gz|aRT_1.8-0.tar.gz]]** (Monday11-Apr-2011)|+|**[[http://www.leg.ufpr.br/~pedro/aRT/aRT_1.9-2.tar.gz|aRT_1.9-2.tar.gz]]** (Thursday18-Feb-2014)|
  
 ===== Dependencies ===== ===== Dependencies =====
Linha 32: Linha 32:
  
 ===Windows=== ===Windows===
-  - **[[http://www.mysql.com/downloads/|MySQL]] version 14.12 Distrib 5.0.67 or greater**. MySQL is an open source DBMS.  +  - **[[http://www.mysql.com/downloads/|MySQL]] version 5.5 or greater**. MySQL is an open source DBMS.  
-  - **[[http://cran-r.c3sl.ufpr.br/web/packages/sp/index.html|sp]] version at least 0.9-26**. sp is an R package with S4 classes and methods for spatial data.+  - **[[http://cran-r.c3sl.ufpr.br/web/packages/sp/index.html|sp]] version at least 1.0-13**. sp is an R package with S4 classes and methods for spatial data.
  
 ===Linux=== ===Linux===
Linha 39: Linha 39:
  
   * Individual dependencies   * Individual dependencies
-    - **[[http://www.mysql.com/downloads/|MySQL]] version 14.14 Distrib 5.1.49 or greater**. MySQL is an open source DBMS. It is optional, but you have to install at least one DBMS. +    - **[[http://www.mysql.com/downloads/|MySQL]] version 5.5 or greater**. MySQL is an open source DBMS. It is optional, but you have to install at least one DBMS. 
-      * apt install: <code> apt-get install mysql-server-5.libmysqlclient-dev</code>+      * apt install: <code> apt-get install mysql-server-5.libmysqlclient-dev</code>
     - **[[http://www.postgresql.org/|PostgreSQL]] version 8.3 or greater**. PostgreSQL is also an open source DBMS. It is optional, but you have to install at least one DBMS.     - **[[http://www.postgresql.org/|PostgreSQL]] version 8.3 or greater**. PostgreSQL is also an open source DBMS. It is optional, but you have to install at least one DBMS.
       * apt install: <code> apt-get install postgresql postgis</code>       * apt install: <code> apt-get install postgresql postgis</code>
Linha 54: Linha 54:
       * apt install:<code> apt-get install libdrm-dev</code>       * apt install:<code> apt-get install libdrm-dev</code>
     - **[[http://cran-r.c3sl.ufpr.br/web/packages/sp/index.html|sp]] version at least 0.9-26**. sp is an R package with S4 classes and methods for spatial data.     - **[[http://cran-r.c3sl.ufpr.br/web/packages/sp/index.html|sp]] version at least 0.9-26**. sp is an R package with S4 classes and methods for spatial data.
-    - **[[http://www.terralib.org/|TerraLib]] version 3.6.0**. TerraLib is a library of classes for GIS. It is available under svn:<code>+    - **[[http://www.terralib.org/|TerraLib]] version 4.2.0**. TerraLib is a library of classes for GIS. It is available under svn:<code>
 mkdir terralib mkdir terralib
 cd terralib cd terralib
-svn co https://svn.dpi.inpe.br/terralib/tags/v-3-6-0/src +svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/src 
-svn co https://svn.dpi.inpe.br/terralib/tags/v-3-6-0/dependencies +mkdir dependencies 
-svn co https://svn.dpi.inpe.br/terralib/tags/v-3-6-0/terraView +cd dependencies 
-svn co https://svn.dpi.inpe.br/terralib/tags/v-3-6-0/build+svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/dependencies/linux 
 +cd .. 
 +svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/terraView 
 +mkdir build 
 +cd build 
 +svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/build/qt 
 +cd ..
 </code>After that, compile terraView:<code> </code>After that, compile terraView:<code>
 LD_LIBRARY_PATH=$TERRALIB_DIR/terralib/Release/linux-g++ LD_LIBRARY_PATH=$TERRALIB_DIR/terralib/Release/linux-g++
Linha 94: Linha 100:
 ===User Guides (also distributed as package vignettes)=== ===User Guides (also distributed as package vignettes)===
  
-  * aRT Manual ({{http://www.leg.ufpr.br/~pedro/aRT/doc/aRT-manual.pdf|pdf}}) 
   * Introduction ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.pdf|pdf}})   * Introduction ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTintro.pdf|pdf}})
   * Database connections ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.pdf|pdf}})   * Database connections ([[http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.html|html]], {{http://www.leg.ufpr.br/~pedro/aRT/doc/aRTconn.pdf|pdf}})

QR Code
QR Code software:art (generated for current page)