Update BUILDING_ON_LINUX.md (#3589)

added pacman parameter to skip reinstalling dependencies
This commit is contained in:
oldLucke
2022-03-06 16:44:41 +01:00
committed by GitHub
parent 45d96afc14
commit 778afc293d
+1 -1
View File
@@ -35,7 +35,7 @@ _Most likely works the same for other Debian-like distros_
### Manually ### 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. Go into the project directory
1. Create a build folder and go into it (`mkdir build && cd build`) 1. Create a build folder and go into it (`mkdir build && cd build`)
1. Use one of the options below to compile it 1. Use one of the options below to compile it