android 系统编译_要点记录

来源:互联网 发布:网上书店管理系统sql 编辑:程序博客网 时间:2024/05/21 14:48
android系统的编译:
首先,下载安装源码:
我们的下载地址是:
按照下面给的提示完成源码的,下载工作, 可能中间由于网络等问题,会中断出错,多次,我们需要做的是:repo sync
done
Downloading the Source Tree
http://source.android.com/source/downloading.html
to do :
Initializing a Build Environment
http://source.android.com/source/initializing.html
 
配置编译环境:
yum 更新
yum makecache
yum install yum-fastestmirror

yum install make automake gcc gcc-c++ kernel-devellibx11-dev 

然后就可以开始编译了, 中间由于系统的初始的配置不同,大家可以看提示需要什么安装包,搜索安装即可.

原创粉丝点击