mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-18 21:27:56 +00:00
Add install procedure for Qt
parent
76a6b852bb
commit
f92482dc3c
@ -10,4 +10,12 @@ Build the DolphinQt2 project in Visual Studio. See [[Building for Windows]]
|
||||
## Notes
|
||||
|
||||
* Ensure that Qt5 is installed
|
||||
* Download the Open Source version of Qt from [Qt official download page](https://www.qt.io/download) or from the [archive website](https://download.qt.io/archive/qt/) for an older version
|
||||
* You should end up with a **.run** extension file. Make it executable with `chmod +x *.run`
|
||||
* Launch the executable as root
|
||||
* Go to the end of the procedure
|
||||
* Add the location of the bin directories to the PATH environment variable (exemple with V5.10.1) :
|
||||
``` bash
|
||||
echo "PATH=\$PATH:/opt/Qt/Tools/QtCreator/bin:/opt/Qt/5.10.1/gcc/bin" >> ~/.bashrc
|
||||
```
|
||||
* Using -DENABLE_LTO=true will break the Qt build
|
Loading…
Reference in New Issue
Block a user