博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
同步CM9源代码
阅读量:6000 次
发布时间:2019-06-20

本文共 912 字,大约阅读时间需要 3 分钟。

# 安装所需的包sudo apt-get install git-core gnupg flex bison gperf libsdl1.2-dev libesd0-dev libwxgtk2.6-dev default-jdksudo apt-get install squashfs-tools build-essential zip curl libncurses5-dev zlib1g-dev  pngcrush schedtoolmkdir -p ~/bin mkdir -p ~/Source/Ics/curl https://dl-ssl.google.com/dl/googlesource/git-repo/repo > ~/bin/repo sudo chmod a+x ~/bin/repocd ~/Source/Ics/~/bin/repo init -u git://github.com/CyanogenMod/android.git -b ics#以下用于解决同步过程出现无法断点续传,或是git太繁忙出现同步错误mkdir ~/.ssh cd ~/.sshssh-keygen -t rsa -C "linkscue@gmail.com"ssh -T git@github.com yes cat ~/.ssh/id_rsa.pub #登录https://gitorious.org,注册账号并登录,点击Manage SSH Keys, 点击Add SSH Keycd ~/Source/Ics~/bin/repo sync -j16# 把CM9源代码导入Eclipsegedit ~/Source/Ics/development/ide/eclipse/README.importing-to-eclipse.txt #照里边的提示步骤操作cp ~/Source/Ics/development/ide/eclipse/.classpath ~/Source/Ics/# 最终在Eclipse新建一个“Java Project”,使用已存在目录,直指~/Source/Ics/即可!

  

转载地址:http://mxwmx.baihongyu.com/

你可能感兴趣的文章
Spring 3.1 M1: Unified Property Management(转)
查看>>
php学习
查看>>
flex eclipse综合spring入门
查看>>
struts2 action通配符
查看>>
Tomcat高并发配置优化
查看>>
MyEclipse优化
查看>>
kbmMW均衡负载与容灾(1)(转载红鱼儿)
查看>>
[转]notifyDataSetChanged() 动态更新ListView
查看>>
hdu 5055 Bob and math problem
查看>>
BZOJ2976 : [Poi2002]出圈游戏
查看>>
一些实用的 jQuery 技巧
查看>>
hadoop之一:概念和整体架构
查看>>
CentOS 7 安装 Gitlab
查看>>
JAVA如何设置代理server,s取消代理erver
查看>>
ARM JTAG 20P to Cortex JTAG 10P
查看>>
FlushMode属性与transaction(spring注入的事务)
查看>>
JAVA基础学习day14--集合一
查看>>
c#多线程 Invoke方法的使用
查看>>
Swift - 让程序挂起后,能在后台继续运行任务
查看>>
linux下find查找命令用法
查看>>