Skip to content

Commit

Permalink
Add required libfl-dev in Ubuntu Bionic
Browse files Browse the repository at this point in the history
Otherwise the `make` fails with lack of `FlexLexer.h` error.
  • Loading branch information
kuenishi authored and yonghong-song committed Mar 8, 2021
1 parent a090b46 commit cf6fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ sudo apt-get update
# For Bionic (18.04 LTS)
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev
libllvm6.0 llvm-6.0-dev libclang-6.0-dev python zlib1g-dev libelf-dev libfl-dev
# For Eoan (19.10) or Focal (20.04.1 LTS)
sudo apt install -y bison build-essential cmake flex git libedit-dev \
Expand Down

0 comments on commit cf6fe1c

Please sign in to comment.