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