search for: opencl_cflags

Displaying 1 result from an estimated 1 matches for "opencl_cflags".

2011 Oct 06
1
[HowTo] OpenCL support in Wine
...atform.h sudo wget http://www.khronos.org/registry/cl/api/1.1/opencl.h #custom configure. nVidia provides 32-bit opencl drivers in /usr/lib32# CC="gcc-4.5 -m32" LDFLAGS="-L/lib32 -L/usr/lib32 -Wl,-rpath,/lib32 -Wl,-rpath,/usr/lib32" OPENCL_LIBS="/usr/lib32" OPENCL_CFLAGS="/usr/include/CL" ./configure -v --prefix=/usr #make make and sudo make install Now you will have OpenCL support in W.I.N.E. NJoy!