美文网首页
安装调试工具Chisel

安装调试工具Chisel

作者: ChangeWorld | 来源:发表于2016-03-19 01:37 被阅读37次

    facebook出品 ,这货肯定不简单。

    • 1、打开终端运行此脚本。
    curl -LsSf https://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1
    
    • 2、 安装brew
    sudo brew install wget
    
    • 3、 安装Chisel
    sudo brew install chisel
    
    • 4、 安装到xcode
    xcode-select --install
    

    其实操作完这些步,差不多就行了,和cocoapods差不了多少。简单暴力。

    相关文章

      网友评论

          本文标题:安装调试工具Chisel

          本文链接:https://www.haomeiwen.com/subject/eudhlttx.html