Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- apt purge flex -y
- apt-get install m4 bison autoconf automake gettext help2man texinfo indent libtool autopoint -y
- wait
- git clone https://github.com/westes/flex -b master flex
- cd flex
- ./autogen.sh
- ./configure
- make && make install
- cd ..
- rm -rf flex
Add Comment
Please, Sign In to add comment