From a084f521e94bba28c4c2f3ecee8e9912f87c20d7 Mon Sep 17 00:00:00 2001 From: Elias Fleckenstein Date: Mon, 14 Jun 2021 11:10:58 +0200 Subject: Split documentation into multiple files and document gameplay --- doc/BUILDING.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/BUILDING.md (limited to 'doc/BUILDING.md') diff --git a/doc/BUILDING.md b/doc/BUILDING.md new file mode 100644 index 0000000..87d1f0a --- /dev/null +++ b/doc/BUILDING.md @@ -0,0 +1,7 @@ +# Building + +The loader needs GCC to compile (`__USE_GNU`). + +To build the loader and the plugins in the plugins/ folder, simply type `make` or `make all`. There are separate targets for the loader (`dungeon`) and the plugins. +To run the loader, type `./dungeon`. It will load all plugins including the game itself dynamically and run the game. + -- cgit v1.2.3