My mirror of the Barnard terminal client for Mumble.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 591 B

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