Readme: Add how to install Qt

This commit is contained in:
Calcitem 2021-03-21 21:08:00 +08:00
parent c6640c977b
commit 3e1ca7e85e
1 changed files with 10 additions and 4 deletions

View File

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