ToDesk 8K画质360帧正式发布,2026超清远程时代已来
2026/1/15 19:51:58
第一步,更换 apt 源
cat <<"EOF" > /etc/apt/sources.list deb http://mirrors.huaweicloud.com/debian/ bookworm main non-free non-free-firmware contrib deb http://mirrors.huaweicloud.com/debian-security/ bookworm-security main deb http://mirrors.huaweicloud.com/debian/ bookworm-updates main non-free non-free-firmware contrib deb http://mirrors.huaweicloud.com/debian/ bookworm-backports main non-free non-free-firmware contrib EOF apt update比 163 快
第二步,安装 git vim gcc 等工具
apt install -y --fix-missing git sed bison build-essential pkg-config uuid-dev zlib1g-dev libjpeg-dev libsqlite3-dev libcurl4-openssl-dev \ libpcre3-dev libspeexdsp-dev libldns-dev libedit-dev libtiff5-dev yasm libopus-dev libsndfile1-dev unzip \ libshout-dev libmpg123-dev libmp3lame-dev \ libavformat-dev libswscale-dev liblua5.2-dev lua5.2 cmake libpq-dev \ unixodbc-dev autoconf automake ntpdate libxml2-dev libpq-dev libpq5 sngrep vim sip-tester编译 libks
git clone https://github.com/signalwire/libks.git /usr/src/libks cd /usr/src/libks cmake . -DCMAKE_INSTALL_PREFIX:PATH=/usr/local make && make install编译 sofia-sip
git clone https://github.com/freeswitch/sofia-sip /usr/src/sofia-sip cd /usr/src/sofia-sip ./bootstrap.sh ./configure make && make install编译 spandsp
git clone https://github.com/freeswitch/spandsp /usr/src/spandsp cd /usr/src/spandsp # https://github.com/signalwire/freeswitch/issues/2248 git checkout 0d2e6ac ./bootstrap.sh ./configure make && make install