Kaynağa Gözat

Added the 'lex' symlink to flex' installation

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 yıl önce
ebeveyn
işleme
b396a8099d
2 değiştirilmiş dosya ile 6 ekleme ve 1 silme
  1. 3 0
      chapter01/changelog.sgml
  2. 3 1
      chapter06/flex-inst.sgml

+ 3 - 0
chapter01/changelog.sgml

@@ -52,6 +52,9 @@ the ldconfig and ldd programs anymore; Glibc-2.2.1 comes with good
 working versions.
 </para></listitem>
 
+<listitem><para>
+Chapter 6: Added the creation of the lex symlink to the flex
+installation.
 </itemizedlist>
 
 </sect1>

+ 3 - 1
chapter06/flex-inst.sgml

@@ -9,7 +9,9 @@ Install Flex by running the following commands:
 
 	<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
 	<userinput>make &amp;&amp;</userinput>
-	<userinput>make install</userinput>
+	<userinput>make install &amp;&amp;</userinput>
+	<userinput>cd /usr/bin &amp;&amp;</userinput>
+	<userinput>ln -s flex lex</userinput>
 
 </literallayout></blockquote>