projects
/
platform
/
upstream
/
bcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a090b46
)
Add required libfl-dev in Ubuntu Bionic
author
UENISHI Kota
<kuenishi@users.noreply.github.com>
Mon, 8 Mar 2021 00:40:17 +0000
(09:40 +0900)
committer
yonghong-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
patch
|
blob
|
history
diff --git
a/INSTALL.md
b/INSTALL.md
index cc0c0d5a56eabf3958bc9ee7d0f1e64890178a3e..4867969c50754c6ce4b121fa1a0703b5309d7590 100644
(file)
--- a/
INSTALL.md
+++ b/
INSTALL.md
@@
-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 \