Commit db2a47ab172c85ce890f0866a5c7915abf5408a7
1 parent
51dd353b
Exists in
master
and in
1 other branch
Adiciona libjsoncpp-dev no script de instalação
Showing
1 changed file
with
1 additions
and
10 deletions
Show diff stats
core_install.sh
... | ... | @@ -15,7 +15,7 @@ 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 cmake 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 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 | 19 | |
20 | 20 | cd ~/vlibras-libs |
21 | 21 | |
... | ... | @@ -68,15 +68,6 @@ make ENABLE_DIRECTFB=no |
68 | 68 | sudo make install |
69 | 69 | sudo ldconfig |
70 | 70 | |
71 | -echo -e "\n\e[1;32m## Instalando JsonCpp...\e[0m\n" | |
72 | -cd .. | |
73 | -git clone https://github.com/open-source-parsers/jsoncpp.git | |
74 | -cd jsoncpp | |
75 | -python amalgamate.py | |
76 | -./travis.sh | |
77 | -make | |
78 | -sudo make install | |
79 | - | |
80 | 71 | echo -e "\n\e[1;32m## Instalando Julius...\e[0m\n" |
81 | 72 | cd .. |
82 | 73 | cd julius-4.3.1 | ... | ... |