Changeset 7d9f881
- Timestamp:
- 04/05/2019 03:00:59 PM (4 years ago)
- Branches:
- multilib-10.1
- Children:
- ee1a413
- Parents:
- 8eb3fe4
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
appendices/dependencies.xml
r8eb3fe4 r7d9f881 226 226 <seglistitem> 227 227 <seg>Bash, Binutils, Bison, Coreutils, GCC, Glibc, 228 Grep, Make, and Readline</seg>228 Grep, Make, Perl, and Readline</seg> 229 229 </seglistitem> 230 230 </segmentedlist> -
chapter05/python.xml
r8eb3fe4 r7d9f881 63 63 <term><parameter>--without-ensurepip</parameter></term> 64 64 <listitem> 65 <para>This switch disables the Python installer, which is not needed66 at this stage.</para>65 <para>This switch disables the Python package installer, which is not 66 needed at this stage.</para> 67 67 </listitem> 68 68 </varlistentry> -
chapter06/glibc.xml
r8eb3fe4 r7d9f881 126 126 extra code to check for buffer overflows, such as stack 127 127 smashing attacks.</para> 128 </listitem> 129 </varlistentry> 130 131 <varlistentry> 132 <term><parameter>--with-headers=/usr/include</parameter></term> 133 <listitem> 134 <para>This option tells the build system where to find the 135 kernel API headers. By default, those headers are sought in 136 <filename class="directory">/tools/include</filename>.</para> 128 137 </listitem> 129 138 </varlistentry> -
chapter06/systemd.xml
r8eb3fe4 r7d9f881 189 189 <screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen> 190 190 191 <para>Remove an unnecessary directory :</para>191 <para>Remove an unnecessary directory and file:</para> 192 192 193 193 <screen><userinput remap="install">rm -rfv /usr/lib/rpm -
prologue/architecture.xml
r8eb3fe4 r7d9f881 62 62 --> 63 63 64 <para arch="multilib">You are reading the65 <emphasis>LFS-&version;-multilib</emphasis> book. Building a multilib system66 requires compiling many applications three times: once for the primary67 64-bit architecture; once for the minor 32-bit architecture; and once again for68 the 32-bit architecture with 64-bit memory extensions.</para>69 70 <para arch="multilib">Multilib goes a bit beyond the basic educational approach71 of LFS which is to teach you how to build a Linux system. If you haven't72 previously built by the standard LFS book, you are encouraged to do so before73 attempting this edition.</para>74 75 <para arch="multilib">Continue only if you meet the following requirements:76 <itemizedlist>77 <listitem><para>you have a x86_64 compatible machine</para></listitem>78 <listitem><para>you already have experience with LFS</para></listitem>79 <listitem><para>you have a need for 32-bit support</para></listitem>80 </itemizedlist>81 </para>82 83 64 </sect1> 84 65 -
prologue/preface.xml
r8eb3fe4 r7d9f881 15 15 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="audience.xml"/> 16 16 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="architecture.xml"/> 17 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="multilib.xml"/> 17 18 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="standards.xml"/> 18 19 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="why.xml"/>
Note:
See TracChangeset
for help on using the changeset viewer.