gunzip fb5.xx.tar.gztar xvf fb5.xx.tarcd fb5.xxinclude/config.h to configure the compile-time options for the MUCK.include/defaults.h to configure the default run-time @tune options for the MUCK.rm game/data/parmfile.cfg to make sure it uses the default run-time options you set above.cd src./configuremakemake installfb5.xx/game' directory.
The MUCK software itself comes with minimal.db, which contains Room #0, and a Wizard player (#1). Nothing else. With this database, you'll have to install all muf libraries and programs that you may want.
It is highly recommended that you instead use the optional starting database named base.db. This database contains the standard MUF libraries, and several very common programs, such as mufpage, and mufwhisper. To install base.db, you need to:
gunzip basedb.tar.gztar xf basedb.tarbasedb/muf' to 'fb5.xx/game/muf'basedb/data/base.db' to 'fb5.xx/game/data'base.db' file to something relevant to your muck name. ie: 'foomuck.db'.fb5.xx/game' directory
to someplace convenient, like your home directory, and rename it to
the name of your muck. ie: 'mv fb5.xx/game $HOME/foomuck' or somesuch.
restart' script in what was the 'game'
directory, and change the paths it uses to match the new location.
Make sure to change the database paths from referring to minimal.db,
to refer to the new database file you just installed. (The one you
renamed from base.db.) Also set the default muck TCP port.
Once it is running, you can connect to it by using either telnet or your
favorite muck client, by connecting to the muck TCP port you specified in
the 'restart' script.
To log in for the first time, on the new database, you send the command
'connect #1 potrzebie' to the muck. This will log
you into Wizard(#1PW). You should immediately change the
password. ie: '@password potrzebie=foobar'
At this point, you can start building the core of the MUCK.
You can add new players with '@pcreate playername=password
The #1 player can make another player into a wizard with '@set *playername=W'
Become familiar with the 'help' command.