# dnf install autoconf gcc gcc-c++
# apt-get install make autoconf gcc g++
# cd WolfshadeMud/src/
# autoconf
# ./configure
# make
# cd WolfshadeMud/
# touch players/players.wolfshade
# ./bin/wolfshade
wolfshade: ./character.attributes.cpp:112: void CCharacterAttributes::InitStatics(): Assertion `mPlayerFile' failed.
Signal caught: mud shutting down.
- Make sure you are starting mud from root source code directory. Starting woflshade from inside bin directory will not work!