Browse Source

Add arch install instructions

* Install instructions for arch
merge-requests/365/head
Jørgen Lien Sellæg 10 years ago
parent
commit
cbae7f7a13
  1. 16
      docs/install.md

16
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
```
<!--
## Windows with Cygwin (https://www.cygwin.com/)
**Make sure the PATH environment variable does not include paths to non-Cygwin cmake, make and g++.**

Loading…
Cancel
Save