X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=README;h=f56ef6b2b0dde285c39651b235c640b7a3abc9e4;hb=c989e4519ccdb068d0897e6255b9f3306e385bac;hp=b04257339b2764e0e49e2c33db014892e834a142;hpb=96df23c96dad288efccfcb67254688cb00bcd907;p=umurmur.git diff --git a/README b/README index b042573..f56ef6b 100644 --- a/README +++ b/README @@ -2,9 +2,6 @@ README for uMurmur - minimalistic Mumble server =============================================== http://code.google.com/p/umurmur/ -Contains protobuf-c library code which is Copyright 2008, Dave Benson. -See http://code.google.com/p/protobuf-c/ - uMurmur is available as a precompiled package for some distributions. Check your package repository if you are running OpenWRT or Freetz. @@ -20,29 +17,23 @@ directory. Instructions for building from source: 1. Requirements o OpenSSL or PolarSSL library -o libConfig +o libconfig +o libprotoc-c (use --disable-protoc option in its ./configure) 2. Build -cd to src directory -Might need to edit Makefile -make +o ./configure +o make 3. Install -o Copy umurmurd from src directory to where you want it, - /usr/local/sbin/ for example. +o make install o Edit umurmur.conf.example to your liking and put it in a suitable place. /etc/umurmur.conf is default. -Some day I might put together an autoconf with the typical configure && -make && make install, but we'll see. - 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