mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Updated installation instructions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@443 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f62e21bdab
commit
9b7a9843c5
@ -7,8 +7,8 @@ Install Psmisc by running the following commands:
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>sed "s/-ltermcap/-lncurses/" Makefile | make -f -
|
||||
&&</userinput>
|
||||
<userinput>./configure --prefix=/usr &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install</userinput>
|
||||
|
||||
</literallayout></blockquote>
|
||||
|
@ -7,9 +7,7 @@ Install Util-Linux by running the following commands:
|
||||
|
||||
<blockquote><literallayout>
|
||||
|
||||
<userinput>sed -e s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput>
|
||||
<userinput> -e s/HAVE_TSORT=no/HAVE_TSORT=yes/
|
||||
\</userinput>
|
||||
<userinput>sed s/HAVE_SLN=no/HAVE_SLN=yes/ \</userinput>
|
||||
<userinput> MCONFIG > MCONFIG~
|
||||
&&</userinput>
|
||||
<userinput>mv MCONFIG~ MCONFIG &&</userinput>
|
||||
|
Loading…
Reference in New Issue
Block a user