diff --git a/Data/BuildGuideLinux.md b/Data/BuildGuideLinux.md index 8d250aa..affd4bc 100644 --- a/Data/BuildGuideLinux.md +++ b/Data/BuildGuideLinux.md @@ -12,15 +12,17 @@ Install the dependencies. For Ubuntu 15.04 (vivid) and 15.10 (wily): ``` -sudo apt-get install g++ libdbus-1-dev libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng12-dev libtbb-dev libxml2-dev qt5-default qt5-qmake qtbase5-dev libqt5opengl5-dev ocl-icd-libopencl1 +sudo apt-get install g++ libdbus-1-dev libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng12-dev libtbb-dev libxml2-dev qt5-default qt5-qmake qtbase5-dev libqt5opengl5-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers ``` -Install the OpenCL drivers and opencl support for your hardware. For Nvidia: +Install the OpenCL drivers and opencl support for your hardware. For AMD get their drivers from their site, build and install .deb package. For Nvidia: ``` sudo apt-get install nvidia-352 nvidia-352-dev nvidia-opencl-icd-352 nvidia-libopencl1-352 nvidia-prime nvidia-modprobe ``` +Note: There may be a more recent release on their site. + If you have both Qt 4 and 5 installed, select Qt 5 before compilation: ```