diff options
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |