Browse Source

chapter05: Translate bzip2 instruction

Xi Ruoyao 7 years ago
parent
commit
ee04a4a0a7
1 changed files with 9 additions and 7 deletions
  1. 9 7
      chapter05/bzip2.xml

+ 9 - 7
chapter05/bzip2.xml

@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
   "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
   <!ENTITY % general-entities SYSTEM "../general.ent">
@@ -41,14 +41,16 @@
   </sect2>
 
   <sect2 role="installation">
-    <title>Installation of Bzip2</title>
+    <title>安装 Bzip2</title>
 
-    <para>The Bzip2 package does not contain a <command>configure</command>
-    script. Compile and test it with:</para>
+    <!--para>The Bzip2 package does not contain a <command>configure</command>
+    script. Compile and test it with:</para-->
+	<para>Bzip2 软件包没有 <command>configure</command> 脚本。
+		执行下列命令编译并测试它:</para>
 
 <screen><userinput remap="make">make</userinput></screen>
 
-    <para>Install the package:</para>
+    <para>安装该软件包:</para>
 
 <screen><userinput remap="install">make PREFIX=/tools install</userinput></screen>
 
@@ -57,8 +59,8 @@
   <sect2 role="content">
     <title/>
 
-    <para>Details on this package are located in
-    <xref linkend="contents-bzip2" role="."/></para>
+    <para>该软件包的详细信息可以在
+	<xref linkend="contents-bzip2"/> 中找到。</para>
 
   </sect2>