84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
在centos中,我要编译安装一个软件,那么首先会./configure xxx xxx xxx(配置项),然后是make和make install。那么软件安装完成之后怎么查看./configure时指定的那么选项呢?
Normal nginx php can be -V in the bin directory after installation, such as /usr/local/nginx/sbin/nginx -V
1. Under Linux, you can press the ↑ key to view the previous command
2. If not, you can open the Makefile in the directory where configure is located. The compilation options you mentioned are generally behind CFLAGS, you can search for them
Normal nginx php can be -V in the bin directory after installation, such as /usr/local/nginx/sbin/nginx -V
1. Under Linux, you can press the ↑ key to view the previous command
2. If not, you can open the Makefile in the directory where configure is located. The compilation options you mentioned are generally behind CFLAGS, you can search for them