updated README
authorFelix Morgner <felix.morgner@gmail.com>
Thu, 16 Jan 2014 15:50:44 +0000 (16:50 +0100)
committerFelix Morgner <felix.morgner@gmail.com>
Thu, 16 Jan 2014 15:50:44 +0000 (16:50 +0100)
README.md

index 6ca64e396acd11e2c7a1215c1ee6841d4aeb5972..e451571f0ea097fa4327a85c6b712c9633a0f026 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,15 +12,16 @@ Instructions for building from source
        * [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.
+  * [CMake](http://cmake.org)
 
 2. Build
-       * `./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.
+       * Create a build folder and cd into it
+       * `cmake ../` to use default settings (polarssl, no test-cert and /dev/urandom as source for randomness).
        * `make`
 
 3. Install
        * `make install`
-       * Edit umurmur.conf.example to your liking and put it in a suitable place. /etc/umurmur.conf is default.
+       * Edit the umurmur.conf found in the 'etc' folder in the prefix (eg. /usr/local) you installed to.
 
 4. Run `umurmurd -c <conf file> -p <PID file> -r`. For other switches and their meaning run `umurmurd -h`