README for uMurmur - minimalistic Mumble server =============================================== http://code.google.com/p/umurmur/ uMurmur 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 subdirectory suitable for buildning 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. Instructions for building from source: 1. Requirements o OpenSSL or PolarSSL library o libconfig o libprotoc-c (use --disable-protoc option in its ./configure) 2. Build o ./configure o make 3. Install o make install o Edit umurmur.conf.example to your liking and put it in a suitable place. /etc/umurmur.conf is default. 4. Run As daemon: umurmurd -c -p -r For other switches and their meaning run: umurmurd -h A startup script can easily be created if you want to. Just copy an existing script and edit it to your liking. 5. Support/Contact/Documentation See the project page, link above. Have fun!