mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Update BUILDING_ON_LINUX.md (#3589)
added pacman parameter to skip reinstalling dependencies
This commit is contained in:
parent
45d96afc14
commit
778afc293d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue