aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@users.noreply.github.com>2022-02-01 22:33:45 +0100
committerGitHub <noreply@github.com>2022-02-01 22:33:45 +0100
commitf8c5d80c66c2fab91a7b630a16f0f8a4bea41010 (patch)
tree1dd11039f162bb27b5bd2a15c7dd712d2d80cda0
parent2cf04d034a681153896de0afef4d1282bee18c92 (diff)
parenteda06df8781339736df25c34e77781e75fc9b915 (diff)
downloadPrismLauncher-f8c5d80c66c2fab91a7b630a16f0f8a4bea41010.tar.gz
PrismLauncher-f8c5d80c66c2fab91a7b630a16f0f8a4bea41010.tar.bz2
PrismLauncher-f8c5d80c66c2fab91a7b630a16f0f8a4bea41010.zip
Merge pull request #4480 from Oreoezi/develop
Update BUILD.md
-rw-r--r--BUILD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.md b/BUILD.md
index ecc46260..585b088c 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -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`)