Linux Kernel (三) —— Linux 基本编译和安装
编译和安装
Unpacking Files
tar = tape achive = 包装起来用于备份的很少用来使用的文件
tar 之后一般会压缩成 gz 或者 bz2
tar xzvf filename = gzip -cd filename | tar xvf -
Make
Read the README file and other applicable docs.
Run xmkmf -a, or the INSTALL or configure script.
Check the Makefile.
If necessary, run make clean, make Makefiles, make includes, and make depend.
Run make.
Check file permissions.
If necessary, run make install.

浙公网安备 33010602011771号