BuildGuideLinux.md edited online with Bitbucket

This commit is contained in:
Matt Feemster 2024-01-31 18:01:13 +00:00
parent 0b32c8db68
commit a5bbb05c6c

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 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 sudo apt-get install g++ libxcb-cursor0 libc6-dev libgl1-mesa-dev libgl-dev libglm-dev libjpeg-dev libpng-dev libpng16-16 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.