Browse Source

fix(docs): add sqlcipher to required arch deps

reviewable/pr5887/r1
Anthony Bilinski 6 years ago
parent
commit
82d5beeee9
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
  1. 2
      INSTALL.md
  2. 1
      simple_make.sh

2
INSTALL.md

@ -250,7 +250,7 @@ corresponding parts. @@ -250,7 +250,7 @@ corresponding parts.
#### Arch Linux
```bash
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium
sudo pacman -S --needed base-devel qt5 openal libxss qrencode ffmpeg opus libvpx libsodium sqlcipher
```

1
simple_make.sh

@ -62,6 +62,7 @@ pacman_install() { @@ -62,6 +62,7 @@ pacman_install() {
opus
qrencode
qt5
sqlcipher
)
sudo pacman -S --needed "${pacman_packages[@]}"
}

Loading…
Cancel
Save