|
@@ -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">
|
|
@@ -39,7 +39,7 @@
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="installation">
|
|
|
- <title>Installation of GCC</title>
|
|
|
+ <title>安装GCC</title>
|
|
|
|
|
|
<para>If building on x86_64, change the default directory name for 64-bit
|
|
|
libraries to <quote>lib</quote>:</para>
|
|
@@ -61,7 +61,7 @@ esac</userinput></screen>
|
|
|
<screen><userinput remap="pre">mkdir -v build
|
|
|
cd build</userinput></screen>
|
|
|
|
|
|
- <para>Prepare GCC for compilation:</para>
|
|
|
+ <para>准备安装 GCC:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">SED=sed \
|
|
|
../configure --prefix=/usr \
|
|
@@ -95,7 +95,7 @@ cd build</userinput></screen>
|
|
|
</varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
- <para>Compile the package:</para>
|
|
|
+ <para>编译该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
|
@@ -139,7 +139,7 @@ cd build</userinput></screen>
|
|
|
processors.
|
|
|
</para></note>
|
|
|
|
|
|
- <para>Install the package:</para>
|
|
|
+ <para>安装该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
@@ -312,12 +312,12 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
|
|
</sect2>
|
|
|
|
|
|
<sect2 id="contents-gcc" role="content">
|
|
|
- <title>Contents of GCC</title>
|
|
|
+ <title>GCC 的内容</title>
|
|
|
|
|
|
<segmentedlist>
|
|
|
- <segtitle>Installed programs</segtitle>
|
|
|
- <segtitle>Installed libraries</segtitle>
|
|
|
- <segtitle>Installed directories</segtitle>
|
|
|
+ <segtitle>安装的程序</segtitle>
|
|
|
+ <segtitle>安装的库</segtitle>
|
|
|
+ <segtitle>安装的目录</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
|
<seg>c++, cc (link to gcc), cpp, g++, gcc,
|
|
@@ -335,7 +335,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen>
|
|
|
</segmentedlist>
|
|
|
|
|
|
<variablelist>
|
|
|
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
+ <bridgehead renderas="sect3">简要描述</bridgehead>
|
|
|
<?dbfo list-presentation="list"?>
|
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|