[root@cx software]# ls java nginx-1.18.0 node python
2. 进入安装目录,执行编译安装
1 2 3 4
[root@cx nginx-1.18.0]# ls auto CHANGES CHANGES.ru conf configure contrib html LICENSE man README src [root@cx nginx-1.18.0]# pwd /opt/software/nginx-1.18.0
1 2 3
[root@cx nginx-1.18.0]# ./configure [root@cx nginx-1.18.0]# make [root@cx nginx-1.18.0]# make install