Update ChangeLog
[umurmur.git] / README.md
index 5053364421d0596abc0eeb0798badba0d3e9e3dd..6ca64e396acd11e2c7a1215c1ee6841d4aeb5972 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,7 @@ Instructions for building from source
        * [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
+       * `./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`
 
@@ -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.