diff options
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r-- | chapter06/flex.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 9de4a189c..b1feaf6cd 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Flex</title> + <para>First, fix some regression tests:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&flex-bison-patch;</userinput></screen> + <para>Prepare Flex for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info</userinput></screen> |