summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authororhun <orhun@archlinux.org>2021-05-31 13:18:24 +0300
committerorhun <orhun@archlinux.org>2021-05-31 13:18:24 +0300
commit573bd6455337e7ae1c20a532d4e96afd387b2597 (patch)
tree0f50d4241e9d04f25088dd5cfba255d1393d01a5 /README.md
parent72330cfd2da9e637448116549ba5a2bf6e679b51 (diff)
docs: Mention distribution-specific dependencies in README.md (#10)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7935979..c229dc5 100644
--- a/README.md
+++ b/README.md
@@ -85,10 +85,18 @@ It aims to ease the key management operations such as listing/exporting/signing
## Requirements
-- Rust: `>=1.46.0`
+- [Rust](https://www.rust-lang.org/): `>=1.46.0`
- Core dependencies: `gnupg`, `gpgme>=1.7.0`, `libgpg-error`
- Other dependencies: `libxcb`
+Pleases note that the name of these dependencies (packages) might change depending on the distribution/platform.([*](https://github.com/orhun/gpg-tui/issues/10))
+
+For installing these dependencies:
+
+- on Arch Linux, run `pacman -S gpgme libx11`
+- on Debian, Ubuntu, run `apt-get install libgpgme-dev libx11-dev libxcb-shape0-dev libxcb-xfixes0-dev`
+- on Fedora, run `dnf install gpgme-devel libX11-devel`
+
## Installation
### Cargo