| 5 | | To generate the Debian package from a fresh git clone you'll need: |
| 6 | | |
| 7 | | - cmake |
| 8 | | - build-essential |
| 9 | | - libcurl3-dev |
| 10 | | - libpython2.7-dev |
| 11 | | - libquazip0-dev |
| 12 | | - libproj-dev |
| 13 | | - libgeos++-dev |
| 14 | | - libxerces-c-dev |
| 15 | | |
| 16 | | All can be installed with the command: |
| 17 | | |
| 18 | | **Ubuntu 14.04** |
| 19 | | {{{ |
| 20 | | sudo apt-get install cmake build-essential libcurl3-dev libpython2.7-dev libquazip0-dev libproj-dev libgeos++-dev libxerces-c-dev |
| 21 | | }}} |
| 22 | | **Ubuntu 16.04** |
| 23 | | {{{ |
| 24 | | sudo apt-get install cmake build-essential libcurl3-dev libpython2.7-dev libquazip-dev libproj-dev libgeos++-dev libxerces-c-dev |
| 25 | | }}} |
| 26 | | |
| 27 | | We also need the **vmime** library, as the ubuntu version is outdated we should use the **Terrama2** or **git** version. |
| 28 | | |
| 29 | | To install use: |
| 30 | | {{{ |
| 31 | | sudo dpkg -i terrama2-vmime_1.0.0_amd64.deb |
| 32 | | sudo apt-get install -f -y |
| 33 | | }}} |
| | 5 | To generate the Debian package foolow the instructions to [wiki:programmersguide/compilating compile the TerraMA2]. |