X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=README.md;h=5053364421d0596abc0eeb0798badba0d3e9e3dd;hb=97560b4538f657699e21acbe67f079257830e01c;hp=039589758fec495d1999d5e6b874d53b35b9021e;hpb=fceac9f0133c4441e6c89392f4c85da3600a5183;p=umurmur.git diff --git a/README.md b/README.md index 0395897..5053364 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ 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` + * `./configure` - use `./configure --help` for switches. Defaults to build using PolarSSL, no test certificate, `/dev/urandom` as random source. * `make` 3. Install