Skip to content

Commit

Permalink
Add Ubuntu Install build dependencies (facebookincubator#8143)
Browse files Browse the repository at this point in the history
Add Ubuntu Install build dependencies for Focal (20.04 LTS) or Jammy (22.04 LTS).
  • Loading branch information
paranlee authored Jun 1, 2022
1 parent ca4b893 commit bcbb7cb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ Several dependencies need to be installed before we can build.
* libncursesw (dynamically linked)
* clang (for building BPF program at build time)

## Install build dependencies

### Ubuntu

```
# For Focal (20.04 LTS) or Jammy (22.04 LTS)
sudo apt install -y build-essential ca-certificates clang curl git \
libelf-dev libncursesw5-dev libssl-dev m4 pkg-config python3 zlib1g-dev
```

# Building

Below's UI is quite laggy in debug builds. We recommend always building in
Expand Down

0 comments on commit bcbb7cb

Please sign in to comment.