The code in this repo was written in order to help me evaluate whether or not it makes sense for the Descent 3 project to replace spdlog with SDL’s logging API. For more information, take a look at the comments on this pull request.
-
Get a copy of this repo.
-
Change directory into your local copy of this repo:
cd <repo>
-
Make sure that you have the following prerequisites installed:
If you have the Nix package manager installed, then you can run
nix-shell
to start a shell with all of those prerequisites installed. -
Generate the project’s build system:
cmake -B build
-
Build the project:
cmake --build build
-
Run the executable:
build/sdl-log-example
Everything in this repo is dedicated to the public domain using 🅭🄍 1.0.