Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 2 additions & 8 deletions orchestrators/guides/install-go-livepeer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -156,16 +156,10 @@ docker pull livepeer/go-livepeer:master

Building `livepeer` requires some system dependencies.

#### Linux (Ubuntu: 16.04 or 18.04)
#### Linux (Ubuntu Server 20.04 or newer)

```bash
apt-get update && apt-get -y install build-essential pkg-config autoconf git curl yasm
```

#### Linux (Ubuntu: 20.04 or newer)

```bash
apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm pkg-config
apt-get -y install build-essential pkg-config nasm libx264-dev
```

#### Linux GPU support
Expand Down