ObsidianMUD server. Written in C++ using websockets. Web client is the obsidian-client.
sudo apt-get install python-pip
sudo apt-get install cmake
PATH=$HOME/.local/bin:$PATH;
pip install conan
git submodule init
git submodule update
mkdir build && cd build/
conan install ..
cmake ..
make
After following the build instructions, run:
make cpplint
After following the build instructions, run:
make test