Enable tox auto visual
This commit is contained in:
parent
a8979e3bb7
commit
0dc5f04fba
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue