Skip to content

Commit

Permalink
chore: include Amazon Linux 2 binary option in INSTALL
Browse files Browse the repository at this point in the history
  • Loading branch information
jfreeland authored and yonghong-song committed Mar 23, 2020
1 parent 510fc74 commit 35c9940
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- [openSUSE](#opensuse---binary)
- [RHEL](#rhel---binary)
- [Amazon Linux 1](#Amazon-Linux-1---Binary)
- [Amazon Linux 2](#Amazon-Linux-2---Binary)
* [Source](#source)
- [Debian](#debian---source)
- [Ubuntu](#ubuntu---source)
Expand Down Expand Up @@ -221,6 +222,15 @@ sudo yum install kernel-devel-$(uname -r | cut -d'.' -f1-5)
sudo yum install bcc
```

## Amazon Linux 2 - Binary
Use case 1. Install BCC for your AMI's default kernel (no reboot required):
Tested on Amazon Linux AMI release 2020.03 (kernel 4.14.154-128.181.amzn2.x86_64)
```
sudo amazon-linux-extras enable BCC
sudo yum install kernel-devel-$(uname -r)
sudo yum install bcc
```

# Source

## libbpf Submodule
Expand Down

0 comments on commit 35c9940

Please sign in to comment.