From 8462240181549d1bcd52300d48077b4b63b1c8ab Mon Sep 17 00:00:00 2001 From: Tim Cooper Date: Tue, 8 May 2018 18:11:01 -0300 Subject: [PATCH] add installation instructions fixes #6 --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index e12a62b..5b71aa2 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,21 @@ chat software. ![Screenshot](https://i.imgur.com/B8ldT5k.png) +## Installation + +Requirements: + +1. [Go](https://golang.org/) +2. [Git](https://git-scm.com/) +3. [Opus](https://opus-codec.org/) development headers +4. [OpenAL](http://kcat.strangesoft.net/openal.html) development headers + +To fetch and build: + go get -u layeh.com/barnard +After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`. + ## License GPLv2 -- 2.39.2