From: Martin Johansson Date: Sun, 9 Jun 2013 18:55:49 +0000 (+0200) Subject: Add instruction to run autogen.sh X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=a2b4d7211b8c71ce05504f077420ddbf2b1355f4 Add instruction to run autogen.sh --- diff --git a/README.md b/README.md index 5053364..29610ef 100644 --- 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`