/cd-gamedriver

CD Mud Gamedriver (unofficial) - This version is used at Sanity's Edge. For the official Genesis driver, see https://github.com/cotillion/cd-gamedriver

Primary LanguageCOtherNOASSERTION

This is the CD gamedriver

It is a compiler and interpreter for the LPC language. It is developed to run the Genesis MUD running on https://www.genesismud.org/

Building

The driver should build on most modern linux distribution using glibc. It needs bison and libjson-c to compile.

On Debian

sudo apt-get install bison libjson-c-dev

Build

Review the setting of MUD_LIB and BINDIR in Makefile and then build using make