Commit 366cbbd918de14701e38d147b9b687759978b3f6
1 parent
75c4f9cb
Exists in
master
and in
1 other branch
Adiciona xvfb, python-pip e pyvirtualdisplay no script de instalação
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
core_install.sh
| ... | ... | @@ -15,7 +15,8 @@ echo -e "\n\e[1;32m## Fazendo download das dependências...\e[0m\n" |
| 15 | 15 | |
| 16 | 16 | sudo apt-get update |
| 17 | 17 | sudo apt-get install -y aptitude |
| 18 | -sudo aptitude install -y build-essential git cmake libjsoncpp-dev libvpx-dev sox libfaac-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev automake autoconf libmad0-dev libgpm-dev libavcodec-dev libavformat-dev libdirectfb-extra libtool libavcodec-extra-52 libavformat-extra-52 libdirectfb-bin libdirectfb-dev libgtk+2.0-directfb0 libgtk+2.0-directfb-dev | |
| 18 | +sudo aptitude install -y build-essential git cmake python-pip xvfb libjsoncpp-dev libvpx-dev sox libfaac-dev libopencore-amrnb-dev libopencore-amrwb-dev libtheora-dev libvorbis-dev automake autoconf libmad0-dev libgpm-dev libavcodec-dev libavformat-dev libdirectfb-extra libtool libavcodec-extra-52 libavformat-extra-52 libdirectfb-bin libdirectfb-dev libgtk+2.0-directfb0 libgtk+2.0-directfb-dev | |
| 19 | +sudo pip install pyvirtualdisplay | |
| 19 | 20 | |
| 20 | 21 | cd ~/vlibras-libs |
| 21 | 22 | |
| ... | ... | @@ -85,4 +86,4 @@ sudo make install |
| 85 | 86 | |
| 86 | 87 | cd .. |
| 87 | 88 | rm ffmpeg-vlibras.tar.gz yasm-1.2.0.tar.gz jlibcpp-1.5.0.tar.gz julius-4.3.1.tar.gz lavid-lib.tar.gz |
| 88 | -echo -e "\n\e[1;32m## Instalação finalizada! ##\e[0m\n" | |
| 89 | 89 | \ No newline at end of file |
| 90 | +echo -e "\n\e[1;32m## Instalação finalizada! ##\e[0m\n" | ... | ... |