- CMake (3.27+)
- x86-64 ELF Compiler Toolchain
- For Linux: see here
- For MacOS:
brew install x86_64-elf-gcc
cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain/toolchain.cmake -B build
cmake --build build
./run-iso.sh
cmake -DCMAKE_TOOLCHAIN_FILE=./toolchain/apple-toolchain.cmake -B build
cmake --build build
./run-iso.sh