From 89fcc345410a3b858b6c23ba219e828bc21e4de4 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 29 Aug 2003 23:20:23 +0000 Subject: Putting text before the 'make check's, and smoothing the other lines. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2695 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/sed-inst.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter06/sed-inst.xml') diff --git a/chapter06/sed-inst.xml b/chapter06/sed-inst.xml index 0007f5d6a..4784ed4cc 100644 --- a/chapter06/sed-inst.xml +++ b/chapter06/sed-inst.xml @@ -3,17 +3,19 @@ Installation of Sed -Prepare Sed to be compiled: +Prepare Sed for compilation: ./configure --prefix=/usr --bindir=/bin -Continue with compiling the package: +Compile the package: make +Test the results: + make check -Finish installing the package: +And install the package: make install -- cgit v1.2.3-54-g00ecf