From cbae7f7a1378e9031a60f0085c609b837a3d4f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Wed, 18 Nov 2015 14:39:38 +0100 Subject: [PATCH] Add arch install instructions * Install instructions for arch --- docs/install.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/install.md b/docs/install.md index fe1bdc4..8213e2c 100644 --- a/docs/install.md +++ b/docs/install.md @@ -65,6 +65,22 @@ make make install ``` +##Arch +Install dependencies: +```sh +pacman -S git cmake make clang gtkmm3 gtksourceviewmm3 boost aspell aspell-en +``` + +Get juCi++ source, compile and install +```sh +git clone --recursive https://github.com/cppit/jucipp +cd jucipp +cmake . +make +# as root +make install +``` +