77 | | <screen role="nodump"> |
78 | | 1. Place all the sources and patches in a directory that will be accessible from the |
79 | | chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/. |
80 | | 2. Change to the sources directory. |
81 | | 3. For each package: |
82 | | a. Using the tar program, extract the package to be built. |
83 | | b. Change to the directory created when the package was extracted. |
84 | | c. Follow the book's instructions for building the package. |
85 | | d. Change back to the sources directory. |
86 | | e. Delete the extracted source directory and any <package>-build |
87 | | directories that were created in the build process.</screen> |
| 77 | <orderedlist numeration="arabic"> |
| 78 | <listitem> |
| 79 | <para>Place all the sources and patches in a directory that will be accessible from the |
| 80 | chroot envronment such as /mnt/lfs/sources/. Do <emphasis>not</emphasis> put sources in /mnt/lfs/tools/.</para> |
| 81 | </listitem> |
| 82 | <listitem> |
| 83 | <para>Change to the sources directory.</para> |
| 84 | </listitem> |
| 85 | <listitem> |
| 86 | <para>For each package:</para> |
| 87 | <orderedlist numeration="loweralpha"> |
| 88 | <listitem> |
| 89 | <para>Using the tar program, extract the package to be built.</para> |
| 90 | </listitem> |
| 91 | <listitem> |
| 92 | <para>Change to the directory created when the package was extracted.</para> |
| 93 | </listitem> |
| 94 | <listitem> |
| 95 | <para>Follow the book's instructions for building the package.</para> |
| 96 | </listitem> |
| 97 | <listitem> |
| 98 | <para>Change back to the sources directory.</para> |
| 99 | </listitem> |
| 100 | <listitem> |
| 101 | <para>Delete the extracted source directory and any <package>-build |
| 102 | directories that were created in the build process.</para> |
| 103 | </listitem> |
| 104 | </orderedlist> |
| 105 | </listitem> |
| 106 | </orderedlist> |