We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79fe257 commit 65cb663Copy full SHA for 65cb663
orchestrators/guides/install-go-livepeer.mdx
@@ -162,10 +162,10 @@ Building `livepeer` requires some system dependencies.
162
apt-get update && apt-get -y install build-essential pkg-config autoconf git curl yasm
163
```
164
165
-#### Linux (Ubuntu: 20.04)
+#### Linux (Ubuntu: 20.04 or newer)
166
167
```bash
168
-apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm
+apt-get -y install protobuf-compiler-grpc golang-goprotobuf-dev yasm pkg-config
169
170
171
#### Linux GPU support
0 commit comments