mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Added the 'lex' symlink to flex' installation
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@114 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4931dd3a6e
commit
b396a8099d
@ -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>
|
||||
|
@ -9,7 +9,9 @@ Install Flex by running the following commands:
|
||||
|
||||
<userinput>./configure --prefix=/usr &&</userinput>
|
||||
<userinput>make &&</userinput>
|
||||
<userinput>make install</userinput>
|
||||
<userinput>make install &&</userinput>
|
||||
<userinput>cd /usr/bin &&</userinput>
|
||||
<userinput>ln -s flex lex</userinput>
|
||||
|
||||
</literallayout></blockquote>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user