|
@@ -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"
|
|
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
@@ -39,13 +39,13 @@
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
<sect2 role="installation">
|
|
<sect2 role="installation">
|
|
- <title>Installation of Ncurses</title>
|
|
|
|
|
|
+ <title>安装Ncurses</title>
|
|
|
|
|
|
<para>Don't install a static library that is not handled by configure:</para>
|
|
<para>Don't install a static library that is not handled by configure:</para>
|
|
|
|
|
|
<screen><userinput remap="pre">sed -i '/LIBTOOL_INSTALL/d' c++/Makefile.in</userinput></screen>
|
|
<screen><userinput remap="pre">sed -i '/LIBTOOL_INSTALL/d' c++/Makefile.in</userinput></screen>
|
|
|
|
|
|
- <para>Prepare Ncurses for compilation:</para>
|
|
|
|
|
|
+ <para>准备安装 Ncurses:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
<screen><userinput remap="configure">./configure --prefix=/usr \
|
|
--mandir=/usr/share/man \
|
|
--mandir=/usr/share/man \
|
|
@@ -90,7 +90,7 @@
|
|
|
|
|
|
</variablelist>
|
|
</variablelist>
|
|
|
|
|
|
- <para>Compile the package:</para>
|
|
|
|
|
|
+ <para>编译该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
<screen><userinput remap="make">make</userinput></screen>
|
|
|
|
|
|
@@ -100,7 +100,7 @@
|
|
<filename>README</filename> file in that directory for further details.
|
|
<filename>README</filename> file in that directory for further details.
|
|
</para>
|
|
</para>
|
|
|
|
|
|
- <para>Install the package:</para>
|
|
|
|
|
|
+ <para>安装该软件包:</para>
|
|
|
|
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
<screen><userinput remap="install">make install</userinput></screen>
|
|
|
|
|
|
@@ -162,12 +162,12 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
|
</sect2>
|
|
</sect2>
|
|
|
|
|
|
<sect2 id="contents-ncurses" role="content">
|
|
<sect2 id="contents-ncurses" role="content">
|
|
- <title>Contents of Ncurses</title>
|
|
|
|
|
|
+ <title>Ncurses 的内容</title>
|
|
|
|
|
|
<segmentedlist>
|
|
<segmentedlist>
|
|
- <segtitle>Installed programs</segtitle>
|
|
|
|
- <segtitle>Installed libraries</segtitle>
|
|
|
|
- <segtitle>Installed directories</segtitle>
|
|
|
|
|
|
+ <segtitle>安装的程序</segtitle>
|
|
|
|
+ <segtitle>安装的库</segtitle>
|
|
|
|
+ <segtitle>安装的目录</segtitle>
|
|
|
|
|
|
<seglistitem>
|
|
<seglistitem>
|
|
<seg>
|
|
<seg>
|
|
@@ -200,7 +200,7 @@ cp -av lib/lib*.so.5* /usr/lib</userinput></screen>
|
|
</segmentedlist>
|
|
</segmentedlist>
|
|
|
|
|
|
<variablelist>
|
|
<variablelist>
|
|
- <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
|
|
|
|
|
+ <bridgehead renderas="sect3">简要描述</bridgehead>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbfo list-presentation="list"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
<?dbhtml list-presentation="table"?>
|
|
|
|
|