TechExhibeo

Flex from source

Nov 12th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. apt purge flex -y
  2. apt-get install m4 bison autoconf automake gettext help2man texinfo indent libtool autopoint -y
  3. wait
  4. git clone https://github.com/westes/flex -b master flex
  5. cd flex
  6. ./autogen.sh
  7. ./configure
  8. make && make install
  9. cd ..
  10. rm -rf flex
Add Comment
Please, Sign In to add comment