diff --git a/tools/prepare_third_party.sh b/tools/prepare_third_party.sh index f5ae5f1..8714046 100755 --- a/tools/prepare_third_party.sh +++ b/tools/prepare_third_party.sh @@ -2,9 +2,9 @@ set -ex -sudo apt-get install libmsgpack-dev libopus-dev libsodium-dev libvpx-dev +sudo apt-get install libopus-dev libsodium-dev libvpx-dev -git clone --depth=1 https://github.com/TokTok/c-toxcore +git clone --recurse-submodules --depth=1 https://github.com/TokTok/c-toxcore cmake -Bc-toxcore/_build -Hc-toxcore -DBOOTSTRAP_DAEMON=OFF -DCMAKE_INSTALL_PREFIX:PATH="/usr" cmake --build c-toxcore/_build --parallel "$(nproc)" sudo cmake --build c-toxcore/_build --parallel "$(nproc)" --target install