chiark / gitweb /
Finish off Mac support in 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.
8
9You must use gmake to build DisOrder.
10
11After installation you can use scripts/setup to install the server
12(creating a 'jukebox' user, etc).
13
14 ./configure
15 gmake
16 sudo gmake install
17 sudo scripts/setup
18 sudo disorder setup-guest [--no-online-registration]
19
20Please report successes and failures!