mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Updates for pdf formatting
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9478 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
a3b3b6fa1f
commit
2f4c3327ff
@ -75,8 +75,9 @@
|
||||
<para>To re-emphasize the build process:</para>
|
||||
|
||||
<screen role="nodump">
|
||||
1. Place all the sources and patches in a directory that will be accessible from the
|
||||
chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.
|
||||
1. Place all the sources and patches in a directory that will be accessible
|
||||
from the chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put
|
||||
sources in /mnt/lfs/tools/.
|
||||
2. Change to the sources directory.
|
||||
3. For each package:
|
||||
a. Using the tar program, extract the package to be built.
|
||||
|
@ -42,7 +42,8 @@
|
||||
|
||||
<para>Prepare Tar for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
|
||||
<screen><userinput remap="configure">FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr \
|
||||
--bindir=/bin --libexecdir=/usr/sbin</userinput></screen>
|
||||
|
||||
<variablelist>
|
||||
<title>The meaning of the configure options:</title>
|
||||
|
Loading…
Reference in New Issue
Block a user