mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-01-21 21:20:07 -05:00
note to select Qt 5
This commit is contained in:
parent
b1dbed83b2
commit
e184557aed
@ -21,6 +21,12 @@ Install the OpenCL drivers and opencl support for your hardware. For Nvidia:
|
|||||||
sudo apt-get install nvidia-352 nvidia-352-dev nvidia-opencl-icd-352 nvidia-libopencl1-352 nvidia-prime nvidia-modprobe
|
sudo apt-get install nvidia-352 nvidia-352-dev nvidia-opencl-icd-352 nvidia-libopencl1-352 nvidia-prime nvidia-modprobe
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you have both Qt 4 and 5 installed, select Qt 5 before compilation:
|
||||||
|
|
||||||
|
```
|
||||||
|
export QT_SELECT=qt5
|
||||||
|
```
|
||||||
|
|
||||||
Compile the binary:
|
Compile the binary:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user