Skip to content

Commit

Permalink
docs(INSTALL): add libfl-dev to ubuntu dependencies
Browse files Browse the repository at this point in the history
To compile the software on Ubuntu 20.04 I had trouble compiling the source because my OS is missing the `FlexLexer.h` library. This package is supplied by `libfl-dev`.
  • Loading branch information
RafaelGSS authored and yonghong-song committed Oct 28, 2020
1 parent 1591469 commit 5ab0183
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 @@ -387,7 +387,7 @@ sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
# For Eoan (19.10) or Focal (20.04.1 LTS)
sudo apt install -y bison build-essential cmake flex git libedit-dev \
libllvm7 llvm-7-dev libclang-7-dev python zlib1g-dev libelf-dev
libllvm7 llvm-7-dev libclang-7-dev python zlib1g-dev libelf-dev libfl-dev
# For other versions
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
Expand Down

0 comments on commit 5ab0183

Please sign in to comment.