Browse Source

Removed Arch Linux AUR package instructions, since users are reporting memory issues due to tmpfs being used by makepkg

merge-requests/399/head
eidheim 6 years ago
parent
commit
515f44f2dd
  1. 9
      docs/install.md

9
docs/install.md

@ -32,15 +32,6 @@ sudo make install
``` ```
## Arch Linux/Manjaro Linux ## Arch Linux/Manjaro Linux
Package is available in the Arch User Repository (https://aur.archlinux.org/packages/jucipp-git):
```sh
git clone https://aur.archlinux.org/jucipp-git
cd jucipp-git
makepkg -si
```
Alternatively, follow the instructions below.
Install dependencies: Install dependencies:
```sh ```sh
sudo pacman -S git cmake pkg-config make clang lldb gtksourceviewmm boost aspell aspell-en libgit2 ctags sudo pacman -S git cmake pkg-config make clang lldb gtksourceviewmm boost aspell aspell-en libgit2 ctags

Loading…
Cancel
Save