Commit 3d15f56178dfe1b8dbc90c05e8424eb294e8cc66
1 parent
f1fb41d7
Exists in
master
and in
1 other branch
Adiciona 'recode' no script de instalaçã0
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
core_install.sh
| ... | ... | @@ -15,7 +15,7 @@ echo -e "\n\033[32m##### Fazendo download das dependências #####\033[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 python-pip libssl-dev python-dev xvfb xserver-xephyr libjsoncpp-dev libvpx-dev sox curl 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 recode python-pip libssl-dev python-dev xvfb xserver-xephyr libjsoncpp-dev libvpx-dev sox curl 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 | 19 | sudo pip install pyvirtualdisplay |
| 20 | 20 | |
| 21 | 21 | cd ~/vlibras-libs | ... | ... |