From a4c0bdb92668df25075a62669fcf7240f8424116 Mon Sep 17 00:00:00 2001 From: Ckat Date: Thu, 26 Oct 2017 20:00:46 +0200 Subject: [PATCH] update Arch install instructions (#131) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf66d5177..899e14e47 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,8 @@ Building using MSYS2 can be quite easier process. Check out MSYS2 at [msys2.org] 4. open `chatterino.pro` with QT Creator and build #### Arch Linux -1. `sudo pacman -S qt5 boost rapidjson` +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 gst-plugins-ugly gst-plugins-good boost rapidjson` 2. go into project directory 3. create build folder `mkdir build && cd build` 4. `qmake .. && make`