From 361952fdd9cc90b66a93f5b6d5ad89c8581692ac Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 29 Dec 2016 13:52:25 -0500 Subject: [PATCH] README: improve Fedora-specific installation hints refs #120 --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d4b91b5..5cae47d 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,12 @@ Received file written to README.md ```$ pip install magic-wormhole``` On Debian/Ubuntu systems, you may first need `apt-get install python-pip -build-essential python-dev libffi-dev libssl-dev`. On Fedora it's -`python-devel` and `libffi-devel`. On OS-X, you may need to install `pip` and -run `xcode-select --install` to get GCC. Note: on Windows, python2 may work -better than python3. +build-essential python-dev libffi-dev libssl-dev`. On Fedora it's `dnf +install python-pip python-devel libffi-devel openssl-devel gcc-c++ +libtool redhat-rpm-config`. On OS-X, you may need to install `pip` and +run `xcode-select --install` to get GCC. On Windows, python2 may work +better than python3. On older systems, `pip install --upgrade pip` may +be necessary to get a version that can compile all the dependencies. If you get errors like `fatal error: sodium.h: No such file or directory` on Linux, either use `SODIUM_INSTALL=bundled pip install magic-wormhole`, or try