Browse Source

install.md: added missing pkg-config to archlinux (found out when trying to build juCi++ in archlinux docker image)

merge-requests/365/head
eidheim 10 years ago
parent
commit
53c7926151
  1. 2
      docs/install.md

2
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:

Loading…
Cancel
Save