make 编译 make install 安装 ./configure 一般用来生成 Makefile ./configure --prefix=/usr 编译参数 --with --enable --without --disable ./configure --help make 从Makefile中读取指令编译 make install 从Makefile中读取指令,安装到指定位置 可能需要root 权限 ,因为要向系统写入文件 make check 或 make test 测试