Não foi possível enviar o arquivo. Será algum problema com as permissões?
Diferenças

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 anterior Revisão anterior
Próxima revisão
Revisão anterior
Próxima revisão Ambos lados da revisão seguinte
software:art [2010/05/31 09:35]
pedro
software:art [2010/08/13 16:27]
pedro
Linha 43: Linha 43:
     - **[[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>​
-    - **[[http://​www.trolltech.com/​|Qt]] version 3.3.3**. Qt is a multiplatform toolkit ​in C++ for the development of graphic interfaces, implemented by Trolltech. ​        +    - **[[http://​www.trolltech.com/​|Qt]] version 3.3.3**. Qt is a multiplatform toolkit for the development of graphic interfaces, implemented by Trolltech. ​        
       * apt install: <​code>​apt-get install libqt3-mt-dev</​code>​       * apt install: <​code>​apt-get install libqt3-mt-dev</​code>​
 +    - **[[http://​www.gdal.org/​|GDAL]]**. Geospatial Data Abstraction Library.
 +      * apt install: <​code>​apt-get install libgdal1-dev</​code>​
     - **JPEG.** A library for working with jpeg image format. ​     - **JPEG.** A library for working with jpeg image format. ​
       * apt install:<​code>​ apt-get install libjpeg62-dev</​code>​       * apt install:<​code>​ apt-get install libjpeg62-dev</​code>​
-    - **Libdime**:​ A C++ class library for reading, constructing,​ manipulating,​ and writing DXF file data. Necessary to compile TerraView.+    - **Libdime**:​ A library for reading, constructing,​ manipulating,​ and writing DXF file data. Necessary to compile TerraView.
       * apt install:<​code>​ apt-get install libdime-dev</​code>​       * apt install:<​code>​ apt-get install libdime-dev</​code>​
     - **Libdrm** A direct interface with video hardware using the Linux kernel'​s Direct Rendering Modules. Necessary to compile TerraView.     - **Libdrm** A direct interface with video hardware using the Linux kernel'​s Direct Rendering Modules. Necessary to compile TerraView.
Linha 58: Linha 60:
 svn co https://​svn.dpi.inpe.br/​terralib/​tags/​v-3-4-0/​terralibx svn co https://​svn.dpi.inpe.br/​terralib/​tags/​v-3-4-0/​terralibx
 svn co https://​svn.dpi.inpe.br/​terralib/​tags/​v-3-4-0/​terraView svn co https://​svn.dpi.inpe.br/​terralib/​tags/​v-3-4-0/​terraView
 +</​code>​When using g++ 4.4.4, you have to change TePDIMixModelSpectralBandList.cpp,​ as follows:<​code>​
 +echo "#​include <​stdio.h>"​ > tmptefile
 +cat src/​terralib/​image_processing/​TePDIMixModelSpectralBandList.cpp >> tmptefile
 +mv -f tmptefile src/​terralib/​image_processing/​TePDIMixModelSpectralBandList.cpp
 +</​code>​After that, compile terraView:<​code>​
 cd terraView/​linux cd terraView/​linux
-make +make</​code>​TerraLib directory needs to be registered in ''​LD_LIBRARY_PATH''​. Put the following lines in your ''​.bashrc''​ (change path to ''​TERRALIBDIR''​ if needed): <​code>​
-</​code>​The Makefile is in ''​terraView/​linux/''​. ​TerraLib directory needs to be registered in ''​LD_LIBRARY_PATH''​. Put the following lines in your ''​.bashrc''​ (change path to ''​TERRALIBDIR''​ if needed): <​code>​+
 TERRALIBDIR=/​usr/​local/​terralib TERRALIBDIR=/​usr/​local/​terralib
-LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibx/​Release:/​usr/​lib/​ogdi/​+LD_LIBRARY_PATH=$LD_LIBRARY_PATH:​$TERRALIBDIR/​terralibx/​Release/:/​usr/​lib/​ogdi/​
 export LD_LIBRARY_PATH export LD_LIBRARY_PATH
-</​code>​ If TerraLib is located at any another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​ +</​code> ​After that, you can running '​terraView'​ directly from bash. If TerraLib is located at any another directory you can still install aRT by calling (replace ''/​terralib/​dir''​ accordingly):​ <​code>​ 
-R CMD INSTALL --configure-args=--with-terralib=/​terralib/​dir aRT+R CMD INSTALL --configure-args=--with-terralib=/​terralib/​diraRT
 </​code>​ </​code>​
  
Linha 143: Linha 149:
 [[http://​www.ufpr.br/​portal/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​ufpr.jpg?​130}}]] [[http://​www.ufpr.br/​portal/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​ufpr.jpg?​130}}]]
 [[http://​www.dpi.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​dpi.jpg?​150}}]] [[http://​www.dpi.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​dpi.jpg?​150}}]]
-[[http://​www.ess.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-cst.jpg?​230}}]]+[[http://​www.ccst.inpe.br/#|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​logo-cst.jpg?​230}}]]
 [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]] [[http://​www.inpe.br/​|{{http://​www.leg.ufpr.br/​~pedro/​aRT/​images/​inpe.jpg}}]]
  

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