(check linux) linux中make,check是什么命令? make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。 … 继续阅读 (check linux)