Linux Kernel (三) —— Linux 基本编译和安装

编译和安装

Unpacking Files

tar = tape achive = 包装起来用于备份的很少用来使用的文件

tar 之后一般会压缩成 gz 或者 bz2

tar xzvf filename = gzip -cd filename | tar xvf -

Make

  1. Read the README file and other applicable docs.

  2. Run xmkmf -a, or the INSTALL or configure script.

  3. Check the Makefile.

  4. If necessary, run make clean, make Makefiles, make includes, and make depend.

  5. Run make.

  6. Check file permissions.

  7. If necessary, run make install.

posted @ 2026-02-09 13:22  BorisDimitri  阅读(6)  评论(0)    收藏  举报