Add dependencies, fix formatting

This commit is contained in:
Matthieu Grieger 2014-09-16 12:14:44 -07:00
parent 4f0f5caf68
commit 004678967f

View file

@ -22,6 +22,16 @@ These are features that would be cool to have, but might not ever make it into t
## Setup ## Setup
This section will be updated when the project is near completion. This section will be updated when the project is near completion.
## Dependencies
* [OpenSSL](http://www.openssl.org/)
* [Lua 5.2](http://www.lua.org/)
* [libev](http://libev.schmorp.de/)
* [protobuf-c](https://github.com/protobuf-c/protobuf-c)
* [Ogg Vorbis](https://xiph.org/vorbis/)
* [Opus](http://www.opus-codec.org/)
* [Python 2.6 or above](https://www.python.org/)
* [pafy](https://github.com/np1/pafy/)
## Author ## Author
[Matthieu Grieger](http://matthieugrieger.com) [Matthieu Grieger](http://matthieugrieger.com)
@ -51,6 +61,6 @@ THE SOFTWARE.
``` ```
## Thanks ## Thanks
All those who contribute to [Mumble](https://github.com/mumble-voip/mumble). * All those who contribute to [Mumble](https://github.com/mumble-voip/mumble).
[Tim Cooper](https://github.com/bontibon) for [piepan](https://github.com/layeh/piepan). * [Tim Cooper](https://github.com/bontibon) for [piepan](https://github.com/layeh/piepan).
[Pierre Chapuis](https://github.com/catwell) for [deque](https://github.com/catwell/cw-lua/tree/master/deque). * [Pierre Chapuis](https://github.com/catwell) for [deque](https://github.com/catwell/cw-lua/tree/master/deque).