1
0

prerequisites.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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="pre-prerequisites">
  8. <?dbhtml filename="prerequisites.html"?>
  9. <title>课前预习</title>
  10. <!--para>Building an LFS system is not a simple task. It requires a certain
  11. level of existing knowledge of Unix system administration in order to resolve
  12. problems and correctly execute the commands listed. In particular, as an
  13. absolute minimum, you should already have the ability to use the
  14. command line (shell) to copy or move files and directories, list directory
  15. and file contents, and change the current directory. It is also expected that
  16. you have a reasonable knowledge of using and installing Linux
  17. software.</para-->
  18. <para>构建 LFS 系统不是一项简单的任务。它需要您运用足够丰富的 Unix
  19. 系统管理知识来解决构建过程中的问题,并正确执行本书给出的命令。特别是,
  20. 您至少需要拥有使用命令行 (shell) 来复制或移动文件和目录,
  21. 列出目录或文件的内容,以及切换当前工作目录的能力。
  22. 另外,我们希望您能够拥有一定水平的使用和安装 Linux 软件的知识。
  23. </para>
  24. <!--para>Because the LFS book assumes <emphasis>at least</emphasis> this basic
  25. level of skill, the various LFS support forums are unlikely to be able to
  26. provide you with much assistance in these areas. You will find that your
  27. questions regarding such basic knowledge will likely go unanswered or you
  28. will simply be referred to the LFS essential pre-reading list.</para-->
  29. <para>由于本书假定您<emphasis>至少</emphasis>具备上述基本技能,
  30. 任何 LFS 支持论坛不太可能在这些领域为您提供支援。
  31. 如果您的问题是关于这些基础知识的,一般会被忽略,或者被提供一份 LFS
  32. 基本知识预习书单作为答案。
  33. </para>
  34. <!--para>Before building an LFS system, we recommend reading the following:
  35. </para-->
  36. <para>在您开始构建 LFS 系统之前,我们建议您阅读下列材料:</para>
  37. <itemizedlist>
  38. <listitem>
  39. <para>Software-Building-HOWTO
  40. <ulink url="http://www.tldp.org/HOWTO/Software-Building-HOWTO.html"/></para>
  41. <!--para>This is a comprehensive guide to building and installing
  42. <quote>generic</quote> Unix software packages under Linux. Although it
  43. was written some time ago, it still provides a good summary of the
  44. basic techniques needed to build and install software.</para-->
  45. <para>这是一份关于在 Linux 环境编译和安装<quote>一般的</quote>
  46. Unix 软件包的详细指南。
  47. 尽管这份文档比较老,它仍然较好地总结了编译和安装软件的基本技巧。
  48. </para>
  49. </listitem>
  50. <listitem>
  51. <para>Beginner's Guide to Installing from Source
  52. <ulink url="http://moi.vonos.net/linux/beginners-installing-from-source/"/></para>
  53. <!--para>This guide provides a good summary of basic skills and
  54. techniques needed to build software from source code.</para-->
  55. <para>这份指南很好地总结了从源代码编译软件的基本技能和技巧。</para>
  56. </listitem>
  57. <!--
  58. <listitem>
  59. <para>The Essential Pre-Reading Hint
  60. <ulink url="&hints-root;essential_prereading.txt"/></para>
  61. <para>This is an LFS Hint written specifically for users new to Linux.
  62. It includes a list of links to excellent sources of information on a
  63. wide range of topics. Anyone attempting to install LFS should have an
  64. understanding of many of the topics in this hint.</para>
  65. </listitem>
  66. -->
  67. </itemizedlist>
  68. <note><title>译注</title>
  69. <para> 由于译者水平、时间有限,可能不会翻译这两篇文档。</para>
  70. </note>
  71. </sect1>