Install Homebrew:
bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install CMake:
brew install cmake
Install OpenCL development headers:
brew install opencl-headers
Clone the repository:
git clone https://github.com/SpectralPack/Immolate.git cd Immolate
Build the project:
cmake -B build cmake --build build --config Release
Output
fatal error: 'CL/cl.h' file not found