bigchaindb/docs/server/source/appendices/install-os-level-deps.md
muawiakh 5526335aab Minor changes in quickstart guide
- Add build-essential and libssl-dev as pre-reqs
for bigchaindb installation
2017-07-12 10:12:11 +02:00

538 B
Raw Blame History

How to Install OS-Level Dependencies

BigchainDB Server has some OS-level dependencies that must be installed.

On Ubuntu 16.04, we found that the following was enough:

sudo apt-get update
sudo apt-get install g++ python3-dev libffi-dev build-essential libssl-dev

On Fedora 2325, we found that the following was enough:

sudo dnf update
sudo dnf install gcc-c++ redhat-rpm-config python3-devel libffi-devel

(If you're using a version of Fedora before version 22, you may have to use yum instead of dnf.)