This tool can be used to create TAP files that can then be loaded onto a ZX Spectrum computer.
mktap -a 32768 -n example -o example.tap example.bin- cmake >= 3.19
- gcc >= 13.0
- make
cmake -DCMAKE_BUILD_TYPE=Release -B build
cmake --build build -v
sudo cmake --install build -vcmake -DCMAKE_BUILD_TYPE=Debug -B build
cmake --build build -v
sudo cmake --install build -v