diff options
author | Oreoezi <37777619+Oreoezi@users.noreply.github.com> | 2022-02-01 20:33:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 20:33:38 +0000 |
commit | eda06df8781339736df25c34e77781e75fc9b915 (patch) | |
tree | 1dd11039f162bb27b5bd2a15c7dd712d2d80cda0 /BUILD.md | |
parent | 2cf04d034a681153896de0afef4d1282bee18c92 (diff) | |
download | PrismLauncher-eda06df8781339736df25c34e77781e75fc9b915.tar.gz PrismLauncher-eda06df8781339736df25c34e77781e75fc9b915.tar.bz2 PrismLauncher-eda06df8781339736df25c34e77781e75fc9b915.zip |
Update BUILD.md
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ Getting the project to build and run on Linux is easy if you use any modern and ## Build dependencies * A C++ compiler capable of building C++11 code. -* Qt 5.6+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Linux (64 bit)") or the equivalent from your package manager. It is always better to use the Qt from your distribution, as long as it has a new enough version. +* Qt 5.6+ Development tools (http://qt-project.org/downloads) ("Qt Online Installer for Linux (64 bit)") or the equivalent from your package manager. It is always better to use the Qt from your distribution, as long as it has a new enough version. (for example, `qttools5-dev`) * cmake 3.1 or newer * zlib (for example, `zlib1g-dev`) * Java JDK 8 (for example, `openjdk-8-jdk`) |