NebulousLabs / Sia-GPU-Miner

A GPU Miner for Sia
MIT License
151 stars 79 forks source link

Make Fail #48

Closed NHQ closed 7 years ago

NHQ commented 7 years ago
$/programs/Sia-GPU-Miner$ make
cc -c -std=c11 -Wall -pedantic -O2 -o sia-gpu-miner.o sia-gpu-miner.c
sia-gpu-miner.c:18:19: fatal error: CL/cl.h: No such file or directory
compilation terminated.
Makefile:20: recipe for target 'sia-gpu-miner.o' failed
make: *** [sia-gpu-miner.o] Error 1
lukechampine commented 7 years ago

You need to have the appropriate CL bindings installed. See this answer: http://stackoverflow.com/a/21376842

aubertc commented 7 years ago

I think this would be a useful addition to the README.md, I just had the very same problem.