I am not a Linux user.
I have managed to somehow get to the point of trying to compile reaper but I cannot get it to compile. I don't know enough commands to know syntax/semantics of Linux.
I got lucky and noticed CMake comes with a GUI, since I couldn't get the terminal to work, or I'd be asking a different questions.
Regardless this is the output I get.
The CXX compiler identification is GNU
Check for working C compiler: /usr/bin/gcc
Check for working C compiler: /usr/bin/gcc -- works
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working CXX compiler: /usr/bin/c++
Check for working CXX compiler: /usr/bin/c++ -- works
Detecting CXX compiler ABI info
Detecting CXX compiler ABI info - done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
OPENCL_INCLUDE_DIR (ADVANCED)
used as include directory in directory /home/me/Desktop/Reaper1
OPENCL_LIBRARY (ADVANCED)
linked by target "reaper" in directory /home/me/Desktop/Reaper1
Configuring incomplete, errors occurred!