chiark / gitweb /
Finish off Mac support in scripts/setup.
[disorder] / README.freebsd
CommitLineData
91d9a42d 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
d255d211
RK
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).
91d9a42d 13
06638b8d
RK
14 ./configure
15 gmake
16 sudo gmake install
06638b8d 17 sudo scripts/setup
d255d211
RK
18 sudo disorder setup-guest [--no-online-registration]
19
20Please report successes and failures!