msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2020-06-17 12:44+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: Translate Toolkit 2.2.5\n" #. type: Content of:
#: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:14 #, no-wrap msgid "&meson-url;" msgstr "&meson-url;" #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:12 msgid "" "meson &meson-version; " msgstr "" "meson &meson-version; " #. type: Content of: #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:17 msgid "Meson-&meson-version;" msgstr "Meson-&meson-version;" #. type: Content of: <sect1><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:20 msgid "Meson" msgstr "Meson" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:26 msgid "" "Meson is an open source build system meant to be both extremely fast and as " "user friendly as possible." msgstr "" "Meson 是一个开放源代码构建系统,它的设计保证了非常快的执行速度,和尽可能高的用户友好性。" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:30 msgid "&buildtime;" msgstr "&buildtime;" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:31 msgid "&diskspace;" msgstr "&diskspace;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:33 msgid "&meson-fin-sbu;" msgstr "&meson-fin-sbu;" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:34 msgid "&meson-fin-du;" msgstr "&meson-fin-du;" #. type: Content of: <sect1><sect2><tip><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:39 msgid "" "This section is not strictly required for LFS if not using systemd. On the " "other hand, meson/ninja is a powerful build system, which is expected to be " "used more and more often. It is required for several packages in <ulink url=" "\"&blfs-book;\">the BLFS book</ulink>." msgstr "如果不使用 systemd,本节内容不是严格必要的。但是,meson/ninja " "的组合构成一个强大的构建系统,预期它将被越来越广泛地使用。" "<ulink url=\"&blfs-book;\">BLFS 手册</ulink>中的一些软件包需要它。" #. type: Content of: <sect1><sect2><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:49 msgid "Installation of Meson" msgstr "安装 Meson" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:51 msgid "Compile Meson with the following command:" msgstr "执行以下命令编译 Meson:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:53 #, no-wrap msgid "<userinput remap=\"make\">python3 setup.py build</userinput>" msgstr "<userinput remap=\"make\">python3 setup.py build</userinput>" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:55 msgid "This package does not come with a test suite." msgstr "该软件包不包含测试套件。" #. type: Content of: <sect1><sect2><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:57 msgid "Install the package:" msgstr "安装该软件包:" #. type: Content of: <sect1><sect2><screen> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:59 #, no-wrap msgid "" "<userinput remap=\"install\">python3 setup.py install --root=dest\n" "cp -rv dest/* /</userinput>" msgstr "" "<userinput remap=\"install\">python3 setup.py install --root=dest\n" "cp -rv dest/* /</userinput>" #. type: Content of: <sect1><sect2><variablelist><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:63 msgid "The meaning of the install parameters:" msgstr "安装选项的含义:" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:66 msgid "<parameter>--root=dest</parameter>" msgstr "<parameter>--root=dest</parameter>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:68 msgid "" "By default <command>python3 setup.py install</command> installs various " "files (such as man pages) into Python Eggs. With a specified root location, " "<command>setup.py</command> installs these files into a standard hierarchy. " "Then the hierarchy can just be copied to the standard location." msgstr "" "默认情况下 <command>python3 setup.py install</command> 将若干文件 (如 man 页" "面) 安装到 Python Eggs 中。在指定了根目录位置时,<command>setup.py</" "command> 将这些文件安装到符合标准的目录树中。我们即可直接复制该目录树,使得" "这些文件位于标准指定的位置。" #. type: Content of: <sect1><sect2><title> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:81 msgid "Contents of Meson" msgstr "Meson 的内容" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:84 msgid "Installed programs" msgstr "安装的程序" #. type: Content of: <sect1><sect2><segmentedlist><segtitle> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:85 msgid "Installed directory" msgstr "安装的目录" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:88 #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:103 msgid "meson" msgstr "meson" #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:89 msgid "" "/usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-" "minor;.egg-info and /usr/lib/python&python-minor;/site-packages/mesonbuild" msgstr "" "/usr/lib/python&python-minor;/site-packages/meson-&meson-version;-py&python-" "minor;.egg-info 和 /usr/lib/python&python-minor;/site-packages/mesonbuild" #. type: Content of: <sect1><sect2><variablelist><bridgehead> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:94 msgid "Short Descriptions" msgstr "简要描述" #. type: Content of: <sect1><sect2><variablelist> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:95 msgid "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" msgstr "" "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><term> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:99 msgid "<command>meson</command>" msgstr "<command>meson</command>" #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para> #: /home/xry111/svn-repos/LFS-BOOK/chapter08/meson.xml:101 msgid "A high productivity build system" msgstr "一个高产出的构建系统"