Makefiles for both OpenSSL and PolarSSL support
[umurmur.git] / README
1 README for uMurmur - minimalistic Mumble server
2 ===============================================
3 http://code.google.com/p/umurmur/
4
5 Contains protobuf-c library code which is Copyright 2008, Dave Benson.
6 See http://code.google.com/p/protobuf-c/
7
8 1. Requirements
9 o OpenSSL library
10 o libConfig
11
12 2. Build
13 cd to src directory
14 make
15
16 3. Install
17 o Copy umurmurd from src directory to where you want it,
18   /usr/local/sbin/ for example.
19 o Edit umurmur.conf.example to your liking and put it in a suitable place.
20   /etc/umurmur.conf is default.
21
22 Some day I might put together an autoconf with the typical configure &&
23 make && make install, but we'll see.
24
25 4. Run
26 As daemon:
27
28 umurmurd -c <conf file> -p <PID file> -r
29
30 For other switches and their meaning run:
31
32 umurmurd -h
33
34 A startup script can easily be created if you want to. Just copy an
35 existing script and edit it to your liking.
36
37 5. Support/Contact/Documentation
38 See the project page, link above.
39
40 Have fun!