From 53c7926151076c870be8081c6cfe97bd8199c598 Mon Sep 17 00:00:00 2001 From: eidheim Date: Sun, 8 May 2016 15:42:45 +0200 Subject: [PATCH] install.md: added missing pkg-config to archlinux (found out when trying to build juCi++ in archlinux docker image) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 794a915..1b18192 100644 --- a/docs/install.md +++ b/docs/install.md @@ -61,7 +61,7 @@ Alternatively, follow the instructions below. Install dependencies: ```sh -sudo pacman -S git cmake make clang gtksourceviewmm boost aspell aspell-en +sudo pacman -S git cmake pkg-config make clang gtksourceviewmm boost aspell aspell-en ``` Get juCi++ source, compile and install: