aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/flex.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/flex.xml')
-rw-r--r--chapter06/flex.xml15
1 files changed, 14 insertions, 1 deletions
diff --git a/chapter06/flex.xml b/chapter06/flex.xml
index b7c7c9866..d5a00b631 100644
--- a/chapter06/flex.xml
+++ b/chapter06/flex.xml
@@ -103,10 +103,12 @@ chmod -v 755 /usr/bin/lex</userinput></screen>
<segmentedlist>
<segtitle>Installed programs</segtitle>
<segtitle>Installed libraries</segtitle>
+ <segtitle>Installed directories</segtitle>
<seglistitem>
- <seg>flex and lex</seg>
+ <seg>flex, flex++ (link to flex), and lex</seg>
<seg>libfl.a and libfl_pic.a</seg>
+ <seg>/usr/share/doc/flex-&flex-version;</seg>
</seglistitem>
</segmentedlist>
@@ -127,6 +129,17 @@ chmod -v 755 /usr/bin/lex</userinput></screen>
</listitem>
</varlistentry>
+ <varlistentry id="flexpp">
+ <term><command>flex++</command></term>
+ <listitem>
+ <para>An extension of flex, is used for generating C++ code
+ and classes. It is a symbolic link to <command>flex</command></para>
+ <indexterm zone="ch-system-flex flexpp">
+ <primary sortas="b-flex++">flex++</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
<varlistentry id="lex">
<term><command>lex</command></term>
<listitem>