X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=README.md;h=6ca64e396acd11e2c7a1215c1ee6841d4aeb5972;hb=e5e53447dc6234ac91e085a0e064cbd2403a800b;hp=039589758fec495d1999d5e6b874d53b35b9021e;hpb=4e6c6844e928215651d0cb7691a28755f2045efa;p=umurmur.git diff --git a/README.md b/README.md index 0395897..6ca64e3 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,13 @@ uMurmur is a minimalistic Mumble server primarily targeted to run on embedded co Instructions for building from source ------------------------------------- 1. Requirements - * [OpenSSL](http://www.openssl.org/) or [PolarSSL](http://polarssl.org/) library + * [OpenSSL](http://www.openssl.org/) or [PolarSSL](http://polarssl.org/) library. For PolarSSL version 1.0.0 and above is required. * [libconfig](http://www.hyperrealm.com/libconfig/) * [libprotoc-c](http://code.google.com/p/protobuf-c/) version 0.14 or 0.15 (use --disable-protoc option in its ./configure to build only the library). If you for some reason have to run an earlier version you need to recompile the protocol file `Mumble.proto` using the protobuf compiler for the corresponding version. 2. Build - * `./configure` + * `./autogen.sh` - Required only if building from a cloned Git tree. + * `./configure` - use `./configure --help` for switches. Defaults to build using PolarSSL, no test certificate, `/dev/urandom` as random source. * `make` 3. Install @@ -33,6 +34,10 @@ Contributors * [pierre.h](http://code.google.com/u/@VBRUQ1ZTAhNEXwJ9/) * [phr0z3nt04st](https://github.com/phr0z3nt04st) * [Troy C](https://github.com/troxor) +* [Trivve](https://github.com/Trivve) +* [hasufell](https://github.com/hasufell) +* [fmorgner](https://github.com/fmorgner) +* [Rawi666](https://github.com/Rawi666) Hope I didn't forget anyone... Please just send me a mail if you feel this is the case.