From 957ce6b7afbe27d4eae1971847ae673298c2e1e0 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 12 Dec 2019 21:54:16 +0000 Subject: Update to libcap-2.28. Update to bison-3.5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11710 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/bison.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'chapter06') diff --git a/chapter06/bison.xml b/chapter06/bison.xml index 00a4e78f7..a5ca3cfc0 100644 --- a/chapter06/bison.xml +++ b/chapter06/bison.xml @@ -39,19 +39,24 @@ Installation of Bison - + Prepare Bison for compilation: ./configure --prefix=/usr --docdir=/usr/share/doc/bison-&bison-version; + + + Compile the package: + +make