1 Star 0 Fork 15

陈旭/mediasoup-sfu-cpp

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
genxcode.sh 149 Bytes
Copy Edit Raw Blame History
yanhua133 authored 2021-09-07 20:35 . init lib
if [ -e xcode ]
then
echo "exist xcode"
/bin/rm -rf xocde
mkdir xcode
else
mkdir xcode
echo "mkdir xcode"
fi
#cd xcode
cd xcode
cmake -G "Xcode" ..
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/onlyselfree/mediasoup-sfu-cpp.git
git@gitee.com:onlyselfree/mediasoup-sfu-cpp.git
onlyselfree
mediasoup-sfu-cpp
mediasoup-sfu-cpp
main

Search