diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index d2edc4f6..0eb65788 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -35,7 +35,7 @@ _Most likely works the same for other Debian-like distros_ ### Manually -1. Install all of the dependencies using `sudo pacman -S qt5-base qt5-multimedia qt5-svg qt5-tools gst-plugins-ugly gst-plugins-good boost rapidjson pkgconf openssl cmake` +1. Install all of the dependencies using `sudo pacman -S --needed qt5-base qt5-multimedia qt5-svg qt5-tools gst-plugins-ugly gst-plugins-good boost rapidjson pkgconf openssl cmake` 1. Go into the project directory 1. Create a build folder and go into it (`mkdir build && cd build`) 1. Use one of the options below to compile it