zoukankan      html  css  js  c++  java
  • 第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

  • 相关阅读:
    powershell:clear-item
    windows-杂笔
    powershell:Clear-EventLog
    powershell:Get-ChildItem
    powershell 杂笔
    power-shell:clear-content
    powershell:checkpoint-computer
    vim-缩进设置
    powershell:move-item
    powershell:add-content
  • 原文地址:https://www.cnblogs.com/javastart/p/10108721.html
Copyright © 2011-2022 走看看