chiark / gitweb /
Remove procname= from disorder.rc; it turns out to do more harm than good.
[disorder] / README.freebsd
index a9a28de90a11e9b3d1eb239dcf17b36e5281fbec..ac38e773325ad6ed9d9bde1e4a2ffea1cad1e027 100644 (file)
@@ -4,19 +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.
 
-Use gmake to build DisOrder, not BSD make.
+You must use gmake to build DisOrder.
 
+After installation you can use scripts/setup to install the server
+(creating a 'jukebox' user, etc).
 
-Things you will need to do:
+  ./configure
+  gmake
+  sudo gmake install
+  sudo scripts/setup
+  sudo disorder setup-guest [--no-online-registration]
 
-* Create the jukebox user and group
-
-  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!