This is a brief description of how to install the CD driver: If you are running Linux, make sure you add -DLINUX to the compile flags in Makefile. Make a directory 'mud', which contains directories named 'src', 'bin' and 'lib'. Move the game driver source (this code) to the src directory. Edit the Makefile, defining where the lib and bin is. Edit compile flags, compiler to ues etc as necessary. Check definitions in config.h, most are probably good as they are. Do 'make install' and 'make install.utils'. Get a mudlib and install it in the 'lib' directory. The most current version of the CDLIB mudlib is available from ftp.cd.chalmers.se in the directory pub/cdlib. Test the game with 'driver &'. If you see the message 'Setting up ipc', then you are up and running. Test with 'telnet localhost 3011' (or the portnumber you specified in the config file, if you changed it). If you want the game to restart automatically, use 'bin/restart_mud'.