This commit is contained in:
Person 2024-03-04 07:49:29 -07:00
commit 9a56f286b2
2 changed files with 2 additions and 2 deletions

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 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.

View File

@ -38,7 +38,7 @@ All builds are 64-bit.
## Windows ## Windows
[Build Guide for Visual Studio 2019 or Qt Creator](Data/BuildGuideQtCreator.md) [Build Guide for Visual Studio 2022 or Qt Creator](Data/BuildGuideQtCreator.md)
## Linux ## Linux