Revision: 152
Author: yetist
Date: Wed Oct 21 08:36:37 2009
Log: 翻译一点点
http://code.google.com/p/gtk-doc-cn/source/detail?r=152
Modified:
/trunk/zh_CN/glib/docs-2.20.4/cross.sgml
=======================================
--- /trunk/zh_CN/glib/docs-2.20.4/cross.sgml Tue Oct 20 06:40:27 2009
+++ /trunk/zh_CN/glib/docs-2.20.4/cross.sgml Wed Oct 21 08:36:37 2009
@@ -15,16 +15,15 @@
<refsect1 id="cross">
<title>在不同的体系结构中编译</title>
<para>
- Cross-compilation is the process of compiling a program or
- library on a different architecture or operating system then
- it will be run upon. GLib is slightly more difficult to
- cross-compile than many packages because much of GLib is
- about hiding differences between different systems.
+ 编译出来的程序或库将在不同的平台或操作系统上运行时,
+ 这种编译过程就叫做交叉编译。。
+ GLib和一些常见软件包的交叉编译稍微有些不同,
+ 因为GLib需要隐藏不同系统之间的一些差异。
</para>
<para>
- These notes cover things specific to cross-compiling GLib;
- for general information about cross-compilation, see the
- <application>autoconf</application> info pages.
+ 下面说明一些GLib交叉编译时的特殊之处,
+ 一般的交叉编译信息请查看
+ <application>autoconf</application> 信息页。
</para>
<para>
GLib tries to detect as much information as possible about