chiark / gitweb /
Finish off Mac support in scripts/setup.
[disorder] / README.freebsd
index 3a7bc7b4885d015dd609f6b24a8e2ec41b9f1350..ac38e773325ad6ed9d9bde1e4a2ffea1cad1e027 100644 (file)
@@ -4,12 +4,17 @@ DisOrder on FreeBSD
 The server builds on FreeBSD, using the ports system to supply many of
 its dependencies.  It is not well tested in this environment.  In
 particular, since my FreeBSD VM lacks sound support, only network play
-has been tested.  Please report successes and failures!
+has been tested.
+
+You must use gmake to build DisOrder.
+
+After installation you can use scripts/setup to install the server
+(creating a 'jukebox' user, etc).
 
-Use gmake to build DisOrder, not BSD make:
   ./configure
   gmake
   sudo gmake install
-
-Then to set up:
   sudo scripts/setup
+  sudo disorder setup-guest [--no-online-registration]
+
+Please report successes and failures!