============================================
= About TerraLib package for Ubuntu 16.04: =
============================================

This package contains the TerraLib library 5.2.2 with the 
TerraView application.

Third-party library packages installed together:
  * Boost (1.60.0)
  * Gdal (2.1.3)
  * Qwt (6.1.2)
  * Qt Property Browser (2.6.1)
  * Wtss-Cxx (0.4.0)
  * TerraLib Layout (1.2.0)

For more information about other used third-party libraries, please visit our 
wiki to check: http://www.dpi.inpe.br/terralib5.

==============================
= Installation instructions: =
==============================

---------------------------
- Automatic Installation: -
---------------------------

To install the package simply unpack the file corresponding to the version of 
your system, example:
 
 $ tar -vzxf terralib-<version>-ubuntu-<version>.tar.gz

After unpacking execute the "install.sh" script:
 
 $ ./install.sh

If necessary you can uninstall the packages and dependencies, simply executing 
the "uninstall.sh" script:
 
 $ ./uninstall.sh

------------------------
- Manual Installation: -
------------------------

The packages can be installed manually through the "Ubuntu Software Center" in 
the following order:
 * terralib-boost
 * terralib-gdal
 * terralib-qtpb
 * terralib-qwt
 * terralib-wtss-cxx
 * terralib-5.2.2
 * terralib-layout

Note: Check before installing if your machine has all the necessary 
dependencies, in the absence of any dependency the "Ubuntu Software
Center" will prevent the installation of the package.

The packages can also be installed through the terminal 
(following the same order described above), example:

 $ sudo dpkg -i <package_file>

If some errors are displayed when installing, indicating the lack of any 
library used by the package, run the following command and try to perform the 
installation again:

 $ sudo apt-get install -y -f
 $ sudo dpkg -i <package_file>

-------------------------
- Frequently Questions: -
-------------------------

 * Uninstalling the TerraLib package:

The TerraLib package can only be uninstalled if the dependents are uninstalled 
before (this is a system-preventive measure to avoid uninstalling a package 
that may interfere the functioning of their dependents).
