diff options
author | swirl <swurl@swurl.xyz> | 2022-02-02 11:17:04 -0500 |
---|---|---|
committer | swirl <swurl@swurl.xyz> | 2022-02-02 11:17:04 -0500 |
commit | 407f9d9ef07b088ad31588aafc74cdf54d6a4960 (patch) | |
tree | 5dd9ffd328b4ab5e7b51ae7593f001fe139356f3 /BUILD.md | |
parent | bff683e6d4701912c252f6d88598e35afaf20fc9 (diff) | |
parent | f8c5d80c66c2fab91a7b630a16f0f8a4bea41010 (diff) | |
download | PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.tar.gz PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.tar.bz2 PrismLauncher-407f9d9ef07b088ad31588aafc74cdf54d6a4960.zip |
Merge remote-tracking branch 'upstream/develop' into develop
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 |