红联Linux门户
Linux帮助

Ubuntu下配置make3.8.1

发布时间:2016-06-06 15:10:41来源:linux网站作者:victory08

Ubunut16默认的make环境是4.1的,但编译Android源码需要make3.8.1或3.8.2,下面介绍下配置并使用make3.8.1的方法。


1.下载make-3.81.tar.bz2
下载地址:http://ftp.gnu.org/gnu/make/

2.解压
tar -xvf make-3.81.tar.bz2

3.编译
./configure
make

4.配置
export PATH=/你的make路径/make-3.81:$PATH
source /etc/profile


本文永久更新地址:http://www.linuxdiyf.com/linux/21290.html