mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Updated required packages for arch (#2109)
* Updated required packages for arch Also added thread number to make, so it won't build with just 1 thread. * Update BUILDING_ON_LINUX.md Co-authored-by: fourtf <tf.four@gmail.com>
This commit is contained in:
parent
4d676b4c51
commit
431bfe2cdc
|
@ -9,7 +9,7 @@ Note on Qt version compatibility: If you are installing Qt from a package manage
|
|||
|
||||
## Arch Linux
|
||||
install [chatterino2-git](https://aur.archlinux.org/packages/chatterino2-git/) from the aur or build manually as follows:
|
||||
1. `sudo pacman -S qt5-base qt5-multimedia qt5-svg gst-plugins-ugly gst-plugins-good boost rapidjson`
|
||||
1. `sudo pacman -S qt5-base qt5-multimedia qt5-svg gst-plugins-ugly gst-plugins-good boost rapidjson pkgconf openssl`
|
||||
1. go into project directory
|
||||
1. create build folder `mkdir build && cd build`
|
||||
1. `qmake .. && make`
|
||||
|
|
Loading…
Reference in a new issue