Skip to content

Commit

Permalink
Add libelf-dev to Ubuntu build deps
Browse files Browse the repository at this point in the history
This was required on a Debian system, but in lieu of instructions for that distribution, and as Debian users will follow Ubuntu, would you consider verifying it on Ubuntu and accepting this PR?
  • Loading branch information
sublimino committed Apr 23, 2016
1 parent d516406 commit 70cfb01
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 @@ -150,7 +150,7 @@ sudo apt-get update
# All versions
sudo apt-get -y install bison build-essential cmake flex git libedit-dev \
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev
libllvm3.7 llvm-3.7-dev libclang-3.7-dev python zlib1g-dev libelf-dev
```

### Install and compile BCC
Expand Down

0 comments on commit 70cfb01

Please sign in to comment.