06 2021 档案

摘要:未修改前: 正常应该: 修改设置: 去掉勾选! 问题解决! 阅读全文
posted @ 2021-06-10 18:18 谱写自己的人生 阅读(2265) 评论(0) 推荐(0)
摘要:git clone https://github.com/signalwire/signalwire-c.git cmake .makesudo make install export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64 阅读全文
posted @ 2021-06-01 10:09 谱写自己的人生 阅读(737) 评论(0) 推荐(0)
摘要:git clone https://github.com/signalwire/libks.git cmake . make sudo make install 阅读全文
posted @ 2021-06-01 10:07 谱写自己的人生 阅读(1423) 评论(0) 推荐(0)
摘要:wget https://github.com/Kitware/CMake/releases/download/v3.13.2/cmake-3.13.2.tar.gz tar -zxvf cmake-3.13.2.tar.gz cd cmake-3.13.2 ./bootstrap && make 阅读全文
posted @ 2021-06-01 10:05 谱写自己的人生 阅读(2635) 评论(0) 推荐(0)
摘要:yum -y install *atomic* 如果还报错执行下面这句: sudo ln -s /usr/lib64/libatomic.so.1.2.0 /usr/lib/libatomic.so 阅读全文
posted @ 2021-06-01 10:04 谱写自己的人生 阅读(3274) 评论(0) 推荐(0)