From 83aaf05c47ac68ce62998dd3c6e2e25dad65e0d3 Mon Sep 17 00:00:00 2001 From: Tom Date: Wed, 16 May 2018 09:24:33 +0100 Subject: [PATCH] Update Centos Installation include dependencies I attempted to follow the documentation to install HASS on to Centos 7.5 minimal. I found gcc gcc-c++ were required for hass to complete the auto install of various python packages and systemd-devel for zwave. Figure this information/step should be included in the installation wiki for centos. --- source/_docs/installation/centos.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/installation/centos.markdown b/source/_docs/installation/centos.markdown index aadd8dbf932..bf0c76c6eef 100644 --- a/source/_docs/installation/centos.markdown +++ b/source/_docs/installation/centos.markdown @@ -20,6 +20,11 @@ First of all install the software collection repository as root. For example, on ```bash $ yum install centos-release-scl ``` +Install some dependencies you'll need later. + +```bash +$ yum install gcc gcc-c++ systemd-devel +``` Then install the Python 3.6 package: