Updated README.
authorMartin Johansson <martin@fatbob.nu>
Fri, 15 Apr 2011 20:45:29 +0000 (22:45 +0200)
committerMartin Johansson <martin@fatbob.nu>
Fri, 15 Apr 2011 20:45:29 +0000 (22:45 +0200)
README.md

index e3f7efba24a8de482693a62f5c37accf5cb46f56..2f42601bc959723f9c09c2c33a8ea18883ce7fea 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,22 +1,17 @@
 uMurmur - minimalistic Mumble server
 ====================================
-Hosted on [GitHub](https://github.com/fatbob313/umurmur)
+Project page on [GoogleCode](http://code.google.com/p/umurmur/)
 
-uMurmur is a minimalistic Mumble server primarily targeted to run on routers with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. It is available as a precompiled package for some distributions. Check your package repository if you are running OpenWRT or Freetz.
-
-There are makefiles in the [openwrt](https://github.com/fatbob313/umurmur/tree/master/openwrt) subdirectory suitable for building with the OpenWRT SDK. Move the Makefile of choice to the base directory, e.g.:
-
-       mv openwrt/Makefile.polarssl Makefile
-
-and then put the whole umurmur-X.X.X directory in the SDK's 'packages' directory.
+Source hosted on [GitHub](https://github.com/fatbob313/umurmur)
 
+uMurmur is a minimalistic Mumble server primarily targeted to run on embedded computers, like routers, with an open OS like OpenWRT. The server part of Mumble is called Murmur, hence the name uMurmur. It is available as a precompiled package for quite a lot distributions. Check your distribution's package repository.
 
 Instructions for building from source
 -------------------------------------
 1. Requirements
        * [OpenSSL](http://www.openssl.org/) or [PolarSSL](http://polarssl.org/) library
        * [libconfig](http://www.hyperrealm.com/libconfig/)
-       * [libprotoc-c](http://code.google.com/p/protobuf-c/) version 0.14 (use --disable-protoc option in its ./configure)
+       * [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`