第27月第12天 webrtc ios openssl boost

1.

source 'https://github.com/CocoaPods/Specs.git'
target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
  platform :ios, '9.0'
  pod 'GoogleWebRTC'
end

http://rtc.elesos.com/native-code/ios/

 

https://blog.csdn.net/chenxiemin/article/details/78998492

 

https://github.com/roisagiv/webrtc-ios

 

2.libjingle

https://github.com/qinjin/P2PDataTransfer

 

 

3.openssl

 

cmake -DCMAKE_INSTALL_PREFIX=/usr/local -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl -DOPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include 

https://www.cnblogs.com/hifelix/p/5783504.html

 

4.boost

BOOST_ROOT=/Users/mac/Downloads/boost-cmake-master/boost/boost_1_67_0

BOOST_INCLUDEDIR=/Users/mac/Downloads/boost-cmake-master/boost/boost_1_67_0/boost

 

posted @ 2018-12-12 15:37  lianhuaren  阅读(161)  评论(0编辑  收藏  举报