This project requires the following packages to be installed on your system:
Since liburing is required, you will not be able to run the project without Docker or Podman on a non-Unix operating system.
To build the project and create a binary file you can run in bin/release/, you can simply run:
make allIf you want all warnings, no optimization, and asan enabled for your binary in bin/debug/, you can run:
make debugTo clean the bin/ directory, just run:
make clean