Finish off Mac support in scripts/setup.
[disorder] / README.freebsd
index 47399cc..ac38e77 100644 (file)
@@ -4,17 +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.
 
-Things you will need to do:
+After installation you can use scripts/setup to install the server
+(creating a 'jukebox' user, etc).
 
-* Create the jukebox user and group
+  ./configure
+  gmake
+  sudo gmake install
+  sudo scripts/setup
+  sudo disorder setup-guest [--no-online-registration]
 
-  sudo pw groupadd -n jukebox
-  sudo pw useradd -n jukebox
-  sudo pw groupmod jukebox -m jukebox
-
-* Arrange for the server to start at boot time
-
-* Start the server
+Please report successes and failures!