chiark / gitweb /
Finish off Mac support in scripts/setup.
[disorder] / README.mac
... / ...
CommitLineData
1DisOrder on OS X
2================
3
4The server builds on OS X, using Fink to supply many of its
5dependencies. It is not well tested in this environment.
6
7After installation you can use scripts/setup to install the server
8(creating a 'jukebox' user, etc).
9
10 ./configure
11 make
12 sudo make install
13 sudo scripts/setup
14 sudo disorder setup-guest [--no-online-registration]
15
16Please report successes and failures!