Add install procedure for Qt

Iron-Wolf 2018-02-20 22:22:53 +01:00
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