chiark / gitweb /
ac38e773325ad6ed9d9bde1e4a2ffea1cad1e027
[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.
8
9 You must use gmake to build DisOrder.
10
11 After 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
20 Please report successes and failures!