CandC++compilers.- OpenCL SDK for at least one of your platforms.
- An editor, of course.
- Check the
makefileto suits your environment variables and compiler. - Open Visual Studio Developer Command Prompt, move to the
srcfolder and send themakecommand. - Run the desired
.exefile. - Eventually choose the platform you want the code to run by writing his index in the
config.txtfile, you can find the correct index usingoclinfo.exeonce 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
.exefile, just run whatever the compiler will create.