Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
wiki:documentation:jenkins [2015/07/08 17:50] gribeiro [Instalação e Configuração de Instâncias Slaves] |
wiki:documentation:jenkins [2015/08/13 14:58] (current) gribeiro [Instalação e Configuração de Instâncias Slaves] |
||
|---|---|---|---|
| Line 81: | Line 81: | ||
| $ sudo apt-get install libgettextpo-dev | $ sudo apt-get install libgettextpo-dev | ||
| $ sudo apt-get install libproj-dev | $ sudo apt-get install libproj-dev | ||
| + | </code> | ||
| + | |||
| + | Os comandos acima encontram-se resumidos em uma única linha da seguinte forma: | ||
| + | <code bash> | ||
| + | $ sudo apt-get install libboost1.55-all-dev qt5-default qttools5-dev libqt5svg5-dev libqt5designer5 liblog4cxx10-dev libgdal-dev libgeos++-dev libgettextpo-dev libproj-dev | ||
| </code> | </code> | ||