]> git.0d.be Git - barnard.git/blob - README.md
5b71aa29e36e2ba9201f8367258c69d6faf9f6d9
[barnard.git] / README.md
1 # barnard
2
3 barnard is a terminal-based client for the [Mumble](https://mumble.info) voice
4 chat software.
5
6 ![Screenshot](https://i.imgur.com/B8ldT5k.png)
7
8 ## Installation
9
10 Requirements:
11
12 1. [Go](https://golang.org/)
13 2. [Git](https://git-scm.com/)
14 3. [Opus](https://opus-codec.org/) development headers
15 4. [OpenAL](http://kcat.strangesoft.net/openal.html) development headers
16
17 To fetch and build:
18
19     go get -u layeh.com/barnard
20
21 After running the command above, `barnard` will be compiled as `$(go env GOPATH)/bin/barnard`.
22
23 ## License
24
25 GPLv2
26
27 ## Author
28
29 Tim Cooper (<tim.cooper@layeh.com>)