2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Add proof-of-concept screen sharing on macOS.

This commit is contained in:
John Preston
2021-04-19 13:41:32 +04:00
parent fef1f80570
commit fb49b0ca27
7 changed files with 60 additions and 24 deletions

View File

@@ -97,7 +97,7 @@ Go to ***BuildPath*** and run
make build_libs $MAKE_THREADS_CNT
cd ..
git clone https://github.com/xiph/opus
git clone https://github.com/xiph/opus.git
cd opus
git checkout v1.3
./autogen.sh
@@ -106,6 +106,21 @@ Go to ***BuildPath*** and run
sudo make install
cd ..
git clone https://github.com/desktop-app/rnnoise.git
cd rnnoise
mkdir out
cd out
mkdir Debug
cd Debug
cmake -G Ninja -DCMAKE_BUILD_TYPE=Debug ../..
ninja
cd ..
mkdir Release
cd Release
cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ../..
ninja
cd ../../..
libiconv_ver=1.16
wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-$libiconv_ver.tar.gz
tar -xvzf libiconv-$libiconv_ver.tar.gz