X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/1a8b03f30d8fe8ecb5ee86e76f052c53afffe3f3..7a4c02b06ea54d59bb3b724119542726da830ddd:/README.freebsd?ds=inline diff --git a/README.freebsd b/README.freebsd deleted file mode 100644 index ac38e77..0000000 --- a/README.freebsd +++ /dev/null @@ -1,20 +0,0 @@ -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. - -You must use gmake to build DisOrder. - -After installation you can use scripts/setup to install the server -(creating a 'jukebox' user, etc). - - ./configure - gmake - sudo gmake install - sudo scripts/setup - sudo disorder setup-guest [--no-online-registration] - -Please report successes and failures!