1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- # SOME DESCRIPTIVE TITLE
- # Copyright (C) YEAR Free Software Foundation, Inc.
- # This file is distributed under the same license as the PACKAGE package.
- # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
- #
- #, fuzzy
- 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 <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: \n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:11
- msgid "Introduction"
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:13
- msgid ""
- "This chapter shows how to cross-compile basic utilities using the just built "
- "cross-toolchain. Those utilities are installed into their final location, "
- "but cannot be used yet. Basic tasks still rely on the host's "
- "tools. Nevertheless, the installed libraries are used when linking."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:19
- msgid ""
- "Using the utilities will be possible in next chapter after entering the "
- "<quote>chroot</quote> environment. But all the packages built in the present "
- "chapter need to be built before we do that. Therefore we cannot be "
- "independent of the host system yet."
- msgstr ""
- #. type: Content of: <sect1><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter06/introduction.xml:24
- msgid ""
- "Once again, let us recall that improper setting of <envar>LFS</envar> "
- "together with building as root, may render your computer unusable. This "
- "whole chapter must be done as user <systemitem "
- "class=\"username\">lfs</systemitem>, with the enviroment as described in "
- "<xref linkend=\"ch-preps-settingenviron\"/>."
- msgstr ""
|