当前位置:操作系统 > Unix/Linux >>

在Debian系统中编译Linux内核需要安装的软件包

最近问这个的兄弟比较多,我发个贴方便大家查找

  1. 传统方式直接在console中编译官方内核,需要以下软件包

  bin86 - 16-bit assembler and loader

  diff - File comparison utilities

  libc6-dev - GNU C Library: Development Libraries and Header Files

  libncurses5-dev - Developer's libraries and docs for ncurses

  patch - Apply a diff file to an original

  2.1. 使用2.4.x内核的图形界面配置程序(make xconfig),还需要

  tk8.4 - Tk toolkit for Tcl and X11, v8.4 - run-time files

  2.2. 使用2.6.x内核的Qt图形界面配置程序(make xconfig),还需要

  libqt3-mt-dev - Qt development files (Threaded)

  2.3. 使用2.6.x内核的GTK图形界面配置程序(make gconfig),还需要

  libgtk2.0-dev - Development files for the GTK+ library

  3. 如果您想制作内核的deb包,还需要

  debianutils - Miscellaneous utilities specific to Debian

  kernel-package - A utility for building Linux kernel related Debian package

  ksymoops - Linux kernel oops and error message decoder

  请大家继续补充。
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,