chiark / gitweb /
Partial untested FreeBSD and Linux support for scripts/setup.
[disorder] / README.freebsd
... / ...
CommitLineData
1DisOrder on FreeBSD
2===================
3
4The server builds on FreeBSD, using the ports system to supply many of
5its dependencies. It is not well tested in this environment. In
6particular, since my FreeBSD VM lacks sound support, only network play
7has been tested. Please report successes and failures!
8
9Use gmake to build DisOrder, not BSD make.
10
11
12Things 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