Enable tox auto visual

This commit is contained in:
Bob Mottram 2016-07-26 19:05:02 +01:00
parent a8979e3bb7
commit 0dc5f04fba
1 changed files with 2 additions and 1 deletions

View File

@ -375,6 +375,7 @@ function mesh_tox_node {
$mesh_tox_node_prefix apt-get -y install automake checkinstall check git yasm
$mesh_tox_node_prefix apt-get -y install libsodium13 libsodium-dev libcap2-bin
$mesh_tox_node_prefix apt-get -y install libconfig9 libconfig-dev autoconf
$mesh_tox_node_prefix apt-get -y install libopus-dev libvpx-dev
mkdir -p ${rootdir}${INSTALL_DIR}
git clone ${TOXCORE_REPO} ${rootdir}${INSTALL_DIR}/toxcore
@ -387,7 +388,7 @@ function mesh_tox_node {
$mesh_tox_node_prefix /bin/bash -x <<EOF
cd ${INSTALL_DIR}/toxcore
autoreconf -i
./configure --enable-daemon --disable-av
./configure --enable-daemon
make
make install
EOF