X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=README.md;h=29610ef2226b867a4f08bfbbbaa033f98d712f06;hb=a2b4d7211b8c71ce05504f077420ddbf2b1355f4;hp=039589758fec495d1999d5e6b874d53b35b9021e;hpb=4e6c6844e928215651d0cb7691a28755f2045efa;p=umurmur.git diff --git a/README.md b/README.md index 0395897..29610ef 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