BuildGuideLinux.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2024-01-31 17:59:44 +00:00
parent 6d83b56dcb
commit 0b32c8db68

View File

@ -19,7 +19,7 @@ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
Install the dependencies. Install the dependencies.
``` ```
sudo apt-get install g++ libxcb-cursor0 libc6-dev libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng-dev libqt6opengl6-dev libxml2-dev ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers qt6-default qt6-qmake qtbase6-dev libopenexr25 libopenexr-dev sudo apt-get install g++ libxcb-cursor0 libc6-dev libgl1-mesa-dev libgl-dev libpng16-16 libglm-dev libjpeg-dev libpng-dev libxml2-dev libqt6opengl6-dev qt6-base-dev qt6-default qt6-qmake qmake6 ocl-icd-libopencl1 ocl-icd-opencl-dev opencl-headers libopenexr-dev libopenexr-3-1-30
``` ```
Install the OpenCL drivers and opencl support for your hardware. Install the OpenCL drivers and opencl support for your hardware.