mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 19:11:29 +00:00
feat: Add binary packing functions for tox events.
This commit is contained in:
@@ -4,7 +4,12 @@ set -eu
|
||||
|
||||
NPROC=$(nproc)
|
||||
|
||||
sudo apt-get install -y --no-install-recommends libopus-dev libsodium-dev libvpx-dev ninja-build
|
||||
sudo apt-get install -y --no-install-recommends \
|
||||
libmsgpack-dev \
|
||||
libopus-dev \
|
||||
libsodium-dev \
|
||||
libvpx-dev \
|
||||
ninja-build
|
||||
|
||||
. ".github/scripts/flags-$CC.sh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user