1.先下载make sudo apt install make 2.安装g++和gcc sudo apt install build-essential 3.确保项目编译 make clean make 4.运行项目 ./nginx