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/libtool-inst.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'chapter06/libtool-inst.xml') diff --git a/chapter06/libtool-inst.xml b/chapter06/libtool-inst.xml index 4bf62e2ea..9e8456264 100644 --- a/chapter06/libtool-inst.xml +++ b/chapter06/libtool-inst.xml @@ -3,17 +3,19 @@ Installation of Libtool -Prepare Libtool to be compiled: +Prepare Libtool for compilation: ./configure --prefix=/usr -Continue with compiling the package: +Compile the package: make +Test the results: + make check -And finish off installing the package: +And install the package: make install -- cgit v1.2.3-54-g00ecf