Update README, Changelog and codename.
[umurmur.git] / README.md
index 039589758fec495d1999d5e6b874d53b35b9021e..5053364421d0596abc0eeb0798badba0d3e9e3dd 100644 (file)
--- 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