Add required libfl-dev in Ubuntu Bionic
authorUENISHI Kota <kuenishi@users.noreply.github.com>
Mon, 8 Mar 2021 00:40:17 +0000 (09:40 +0900)
committeryonghong-song <ys114321@gmail.com>
Mon, 8 Mar 2021 15:07:27 +0000 (07:07 -0800)
Otherwise the `make` fails with lack of `FlexLexer.h` error.

INSTALL.md

index cc0c0d5a56eabf3958bc9ee7d0f1e64890178a3e..4867969c50754c6ce4b121fa1a0703b5309d7590 100644 (file)
@@ -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 \