summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Sastre Medina <david.sastre@redhat.com>2019-11-29 14:27:00 +0100
committerJustus Winter <justus@sequoia-pgp.org>2019-12-03 13:19:26 +0100
commit3731a890de264f1f7def2af50b4e6abde536fb76 (patch)
tree327e548534f4f0f3391d91594e3c91711340b127 /README.md
parent3efd381f5c14e70896df6c12d230482d1cd166b4 (diff)
Add instructions for Fedora in README.md.
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md
index 302bb203..d2ae0fe5 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,9 @@ libraries. Please see below for OS-specific notes.
You can install the needed libraries with the following command:
+```shell
$ sudo apt install git rustc cargo clang make pkg-config nettle-dev libssl-dev capnproto libsqlite3-dev
+```
Notes:
@@ -113,13 +115,23 @@ Notes:
You can install the needed libraries with the following command:
+```shell
$ sudo pacman -S git cargo clang make pkg-config nettle openssl capnproto sqlite3 --needed
+```
+
+### Fedora
+
+```shell
+ $ sudo dnf install git rustc cargo clang make pkg-config nettle-devel openssl-devel capnproto sqlite-devel
+```
### macOS (Mojave), using MacPorts
You can install the needed libraries with the following command:
+```shell
$ sudo port install cargo rust capnproto nettle pkgconfig coreutils
+```
### Windows
@@ -140,11 +152,21 @@ setuptools, cffi, and pytest for Python3.
#### Debian
+```shell
$ sudo apt install python3-dev python3-setuptools python3-cffi python3-pytest
+```
+
+#### Fedora
+
+```shell
+ $ sudo dnf install python3-devel python3-setuptools python3-cffi python3-pytest
+```
#### macOS (Mojave), using MacPorts
+```shell
$ sudo port install py37-setuptools
+```
Getting help
============