if anybody figures out a command line copy and paste for the deps /packages it would be great if you post them similar to the stuff I aggregated for monero compiling, nvidia compiling etc.
It's the EXACT SAME as CPUMiner, except you don't need cURL.
I must have the wrong OpenCL version or something, I still cannot compile it.
Error:
main.c: In function 'SetupXMRTest':
main.c:722:8: error: unknown type name 'cl_queue_properties'
const cl_queue_properties CommandQueueProperties[] = { 0, 0, 0 };
^
main.c:732:2: warning: implicit declaration of function 'clCreateCommandQueueWithProperties' [-Wimplicit-function-declaration]
*HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
^
main.c:732:27: warning: assignment makes pointer from integer without a cast
*HashData->CommandQueues = clCreateCommandQueueWithProperties(OCL->Context, OCL->Devices[DeviceIdx].DeviceID, CommandQueueProperties, &retval);
^
Makefile:8: recipe for target 'all' failed
Package: opencl-headers
Source: khronos-opencl-headers
Version: 1.2-svn26009-1
For what I can gather this is the packages you should install (excluding the AMD driver and minus curl)
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm libjansson-dev opencl-headers