Merge remote-tracking branch 'upstream/develop' into develop

This commit is contained in:
swirl
2022-02-02 11:17:04 -05:00
5 changed files with 68 additions and 3 deletions

View File

@ -25,7 +25,6 @@ The rest of the documentation assumes you have already cloned the repository.
Getting the project to build and run on Linux is easy if you use any modern and up-to-date linux distribution.
## Build dependencies
- A C++ compiler capable of building C++11 code.
- Qt Development tools 5.6 or newer (`qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools libqt5core5a libqt5network5 libqt5gui5` on Debian-based system)
- cmake 3.1 or newer (`cmake` on Debian-based system)
@ -116,7 +115,7 @@ The path to the rpm packages will be printed when the build is complete.
### Building a flatpak
You only need to clone the flatpak sources
You only need to clone the flatpak sources
`flatpak` and `flatpak-builder` need to be installed on your system
```sh