macOS#

Before you begin, ensure you have the Homebrew package manager installed on your system.

You will also need the Xcode Command Line Tools, which can be installed by running xcode-select --install in your terminal.

To install all necessary packages, run:

brew install llvm lld cmake qemu dosfstools e2fsprogs mtools include-what-you-use

To build the project, use one of the Clang presets, e.g.:

cmake --preset debug-clang
cmake --build build