From eda06df8781339736df25c34e77781e75fc9b915 Mon Sep 17 00:00:00 2001 From: Oreoezi <37777619+Oreoezi@users.noreply.github.com> Date: Tue, 1 Feb 2022 20:33:38 +0000 Subject: [PATCH] Update BUILD.md --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index ecc46260a..585b088c8 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`)