C
andC++
compilers.- OpenCL SDK for at least one of your platforms.
- An editor, of course.
- Check the
makefile
to suits your environment variables and compiler. - Open Visual Studio Developer Command Prompt, move to the
src
folder and send themake
command. - Run the desired
.exe
file. - Eventually choose the platform you want the code to run by writing his index in the
config.txt
file, you can find the correct index usingoclinfo.exe
once you've build it.
- Same as Windows but you don't need to build from Visual Studio Developer Command Prompt, every shell will be alright.
- And of course you won't have any
.exe
file, just run whatever the compiler will create.