]> git.lizzy.rs Git - dungeon_game.git/blob - doc/BUILDING.md
Replace dlmopen by dlopen
[dungeon_game.git] / doc / BUILDING.md
1 # Building
2
3 The loader needs GCC to compile (`__USE_GNU`).
4
5 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.
6 To run the loader, type `./dungeon`. It will load all plugins including the game itself dynamically and run the game.
7