chiark / gitweb /
Partial untested FreeBSD and Linux support for scripts/setup.
[disorder] / README.freebsd
1 DisOrder on FreeBSD
2 ===================
3
4 The server builds on FreeBSD, using the ports system to supply many of
5 its dependencies.  It is not well tested in this environment.  In
6 particular, since my FreeBSD VM lacks sound support, only network play
7 has been tested.  Please report successes and failures!
8
9 Use gmake to build DisOrder, not BSD make.
10
11
12 Things you will need to do:
13
14 * Create the jukebox user and group
15
16   sudo pw groupadd -n jukebox
17   sudo pw useradd -n jukebox
18   sudo pw groupmod jukebox -m jukebox
19
20 * Arrange for the server to start at boot time
21
22 * Start the server