My mirror of the Barnard terminal client for Mumble.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

README.md 591 B

10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
10 yıl önce
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>)