Readme: Add how to install Qt
This commit is contained in:
parent
c6640c977b
commit
3e1ca7e85e
|
@ -43,6 +43,12 @@ When reporting an issue or a bug, please tell us which version and compiler you
|
||||||
|
|
||||||
### Qt Application
|
### Qt Application
|
||||||
|
|
||||||
|
If you have started using Ubuntu or any Ubuntu-based Linux distribution, you must install Qt by running the following command as root:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
sudo apt-get install qt5-default qtmultimedia5-dev qtcreator
|
||||||
|
```
|
||||||
|
|
||||||
Use Qt Creator to open `millgame.pro` , or use Visual Studio to open `millgame.sln` to build Qt Application.
|
Use Qt Creator to open `millgame.pro` , or use Visual Studio to open `millgame.sln` to build Qt Application.
|
||||||
|
|
||||||
### Flutter App
|
### Flutter App
|
||||||
|
|
Loading…
Reference in New Issue