linux下./configuremakemakefile

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux下./configuremakemakefile相关的知识,希望对你有一定的参考价值。

配置(./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下./configuremakemakefile的主要内容,如果未能解决你的问题,请参考以下文章

C++学习(三四四)./configuremakemake install,autoconf automake

安装OVS

前端工作笔记-Nginx安装及vue cli部署

Openresty安装

inotifywait实现文件监控

Redis学习笔记7--Redis集群搭建