From 6eb466a560cad4f2b821de9d9936ceba96ed5f27 Mon Sep 17 00:00:00 2001 From: Nilton Perim Neto Date: Tue, 4 Mar 2025 04:24:10 -0300 Subject: [PATCH] Update BUILDING.md --- docs/BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 95ccb652..301eef8f 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -37,15 +37,15 @@ In the installer, you must select the following **Workloads** and **Individual c - C++ CMake tools for Windows ### Linux -The following command will install the required dependencies on a distro that uses `apt` (such as Debian based ditros). +The following command will install the required dependencies on a distro that uses `apt` (such as Debian-based ditros). ```bash sudo apt install autoconf automake libtool pkg-config curl cmake ninja-build clang clang-tools libgtk-3-dev ``` -The following command will install the required dependencies on a distro that uses `pacman` (such as Arch based ditros). +The following command will install the required dependencies on a distro that uses `pacman` (such as Arch-based ditros). ```bash sudo pacman -S base-devel ninja lld clang gtk3 vcpkg ``` -You can also find the equivalent packages for your preferred distro +You can also find the equivalent packages for your preferred distro. > [!NOTE] > This list may not be comprehensive for your particular distro and you may be required to install additional packages, should an error occur during configuration.