diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:24:08 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:24:08 +0000 |
commit | 3b181cb9ed630df64334b83690499041272241d5 (patch) | |
tree | 45060c7881db900da337cbcb3f9479258733a8f4 /chapter06/bin86-inst.xml | |
parent | 033689a8b7e27922c73021fa272f4fad81163f8f (diff) |
Billy's bin86 conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/bin86-inst.xml')
-rw-r--r-- | chapter06/bin86-inst.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index 5d82d48a1..c87102563 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Bin86</title> @@ -12,9 +14,13 @@ loaders that use the bin86 package. There is always the chance that some other package needs programs from this package, so keep that in mind if you decide to skip this.</para> -<para>Install Bin86 by running the following commands:</para> +<para>Compile the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> -<para><screen><userinput>make && +<para><screen><userinput> make PREFIX=/usr install</userinput></screen></para> </sect2> |