分享

cygwin 下载andriod源码

 灬木木的花灬 2014-12-07
  1. 安装Cygwin的过程中可以选择要安装的包,以下是我们要安装的包:
    1、Net -> curl;
    2、Devel -> git* (git, git-completion, git-gui, gitk);
    3、Libs -> libreadline6, libiconv2;
    4、Editors -> vim
    5、Python -> python。
  2. $ mkdir ~/bin
    $ PATH=~/bin:$PATH
    
  3. $ curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo
    $ chmod a+x ~/bin/repo
    
    4
  4. $ mkdir WORKING_DIRECTORY
    $ cd WORKING_DIRECTORY
    
    $ repo init -u https://android./platform/manifest
    

    To check out a branch other than "master", specify it with -b:

    $ repo init -u https://android./platform/manifest -b android-4.0.1_r1
    
  5. Getting the files

    To pull down files to your working directory from the repositories as specified in the default manifest, run

  6.  

    $ repo sync

    本站是提供个人知识管理的网络存储空间,所有内容均由用户发布,不代表本站观点。请注意甄别内容中的联系方式、诱导购买等信息,谨防诈骗。如发现有害或侵权内容,请点击一键举报。
    转藏 分享 献花(0

    0条评论

    发表

    请遵守用户 评论公约

    类似文章 更多