码迷,mamicode.com
首页 > 系统相关 > 详细

linux下./configure、make、makefile

时间:2017-12-13 23:42:42      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:bsp   oca   依赖包   依赖   isa   conf   控制   启用   gpo   

配置(./configure)

  会生成Makefile文件,为编译做准备,其后面可以加上一些参数来对安装进行控制

  --prefix=/usr/bin/  将软件安装到该目录下,默认可执行文件安装在/usr/local/bin/,库文件放在/usr/local/lib/,配置文件在/usr/local/etc/,其它资源文件放在/usr/local/share

  --with-依赖包名称=依赖包目录  使用已有软件包和库

  --without

  --enable-FEATURE  启用某些特性

  --disable-FEATURE  禁用某些特性

 

编译(make)

安装(insl make)

linux下./configure、make、makefile

标签:bsp   oca   依赖包   依赖   isa   conf   控制   启用   gpo   

原文地址:http://www.cnblogs.com/dandancheng/p/8034315.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!