Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças
Aqui você vê as diferenças entre duas revisões dessa página.
Ambos lados da revisão anterior Revisão anterior Próxima revisão | Revisão anterior | ||
software:art [2011/04/18 13:28] pedro [section 5] |
software: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}}** (Monday, 11-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}}** (Thursday, 18-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]]** (Monday, 11-Apr-2011)| | + | |**[[http://www.leg.ufpr.br/~pedro/aRT/aRT_1.9-2.tar.gz|aRT_1.9-2.tar.gz]]** (Thursday, 18-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.1 libmysqlclient-dev</code> | + | * apt install: <code> apt-get install mysql-server-5.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 4.0.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-4-0-0/src | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/src |
mkdir dependencies | mkdir dependencies | ||
cd dependencies | cd dependencies | ||
- | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-0-0/dependencies/linux | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/dependencies/linux |
cd .. | cd .. | ||
- | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-0-0/terraView | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/terraView |
mkdir build | mkdir build | ||
cd build | cd build | ||
- | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-0-0/build/qt | + | svn co https://svn.dpi.inpe.br/terralib/tags/v-4-2-0/build/qt |
cd .. | cd .. | ||
</code>After that, compile terraView:<code> | </code>After that, compile terraView:<code> | ||
Linha 100: | 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}}) |