From 615afd6103176ec0e29dbba7a61d3516a1d320f9 Mon Sep 17 00:00:00 2001 From: Evgeniy Kosov Date: Mon, 3 Oct 2022 23:00:46 +0200 Subject: [PATCH] Add ffmpeg as required pre-requisite to README.md (#2166) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d5bb9680..0a010cf85 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,9 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor ## Building from Source -1. Ensure you have the gcc compiler installed. +1. Ensure you have pre-requisites installed. + - [gcc compiler](https://gcc.gnu.org/install/download.html) + - [ffmpeg](https://ffmpeg.org/download.html) 1. Install the [Go toolchain](https://golang.org/dl/) (1.16 or above). 1. Clone the repo. `git clone https://github.com/owncast/owncast` 1. `go run main.go` will run from source.