From d7bf213c3f4d524f41af19dcd47c5958bb0bc0a3 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 6 May 2018 15:21:43 +0200 Subject: [PATCH] Update installation instructions for Arch Linux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a2573e9..d8a905b2 100644 --- a/README.md +++ b/README.md @@ -78,7 +78,7 @@ You can also add `-o2` to optimize the final binary size but increase compilatio #### 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 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` 2. go into project directory 3. create build folder `mkdir build && cd build` 4. `qmake .. && make`