Add gcc dependnecy to build process (#53)

This commit is contained in:
Matt Steele
2020-07-12 15:38:55 -05:00
committed by GitHub
parent 28778d6437
commit a55878ff22

View File

@@ -135,6 +135,7 @@ Here's a list of some things you can do to increase performance and make things
## Building from Source ## Building from Source
1. Ensure you have the gcc compiler configured.
1. Install the [Go toolchain](https://golang.org/dl/). 1. Install the [Go toolchain](https://golang.org/dl/).
1. Clone the repo. `git clone https://github.com/gabek/owncast` 1. Clone the repo. `git clone https://github.com/gabek/owncast`
1. Follow the above [Getting Started](#getting-started) instructions, making sure ffmpeg exists and your config file is set. 1. Follow the above [Getting Started](#getting-started) instructions, making sure ffmpeg exists and your config file is set.