Browse Source

clarified in README.md about musl compatible compiler (#2175)

* clarified in README.md that a musl compatible compiler can be used

* removed unneeded info from README.md

removed unneeded info from README.md

* minor grammar change

minor grammar change
pull/2190/head
jahway603 3 years ago committed by GitHub
parent
commit
155d671df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -77,7 +77,7 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor @@ -77,7 +77,7 @@ OBS, Streamlabs, Restream and many others have been used with Owncast. [Read mor
## Building from Source
1. Ensure you have pre-requisites installed.
- [gcc compiler](https://gcc.gnu.org/install/download.html)
- C compiler, such as [GCC compiler](https://gcc.gnu.org/install/download.html) or a [Musl-compatible compiler](https://musl.libc.org/)
- [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`

Loading…
Cancel
Save