introduction.xml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
  3. "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
  4. <!ENTITY % general-entities SYSTEM "../general.ent">
  5. %general-entities;
  6. ]>
  7. <sect1 id="ch-tools-introduction">
  8. <?dbhtml filename="introduction.html"?>
  9. <title>概述</title>
  10. <!--para>This chapter shows how to build a minimal Linux system.
  11. This system will contain just enough tools to start constructing the final
  12. LFS system in <xref linkend="chapter-building-system"/> and allow a working
  13. environment with more user convenience than a minimum environment would.</para-->
  14. <para>本章展示如何构建一个最小 Linux 系统,它只包含少量工具,
  15. 恰好能形成一个足以构建 LFS 的,比最小环境便利一些的工作环境。</para>
  16. <!--para>There are two steps in building this minimal system. The first step
  17. is to build a new and host-independent toolchain (compiler, assembler,
  18. linker, libraries, and a few useful utilities). The second step uses this
  19. toolchain to build the other essential tools.</para-->
  20. <para>我们分两步构建这个最小系统。第一步是构建一个新的和宿主无关的工具链
  21. (包含编译器、汇编器、链接器、库和少量有用的工具)。
  22. 第二步是用这个工具链构建其他基本工具。</para>
  23. <!--para>The files compiled in this chapter will be installed under the
  24. <filename class="directory">$LFS/tools</filename> directory to keep them
  25. separate from the files installed in the next chapter and the host
  26. production directories. Since the packages compiled here are temporary,
  27. we do not want them to pollute the soon-to-be LFS system.</para-->
  28. <para>本章中编译的软件将被安装在
  29. <filename class="directory">$LFS/tools</filename> 目录中,
  30. 这样可以把它们与下一章安装的软件以及宿主系统分离开来。
  31. 由于本章编译的软件包是临时性质的,我们不希望它们污染即将构建的
  32. LFS 系统。</para>
  33. </sect1>