Add instruction to run autogen.sh
authorMartin Johansson <martin@fatbob.nu>
Sun, 9 Jun 2013 18:55:49 +0000 (20:55 +0200)
committerMartin Johansson <martin@fatbob.nu>
Sun, 9 Jun 2013 18:55:49 +0000 (20:55 +0200)
README.md

index 5053364421d0596abc0eeb0798badba0d3e9e3dd..29610ef2226b867a4f08bfbbbaa033f98d712f06 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`