From 5af502b2bb9988652eec5160b00c9051ad5d65d7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Wed, 6 Jun 2018 08:07:00 -0700 Subject: [PATCH] site: download: C deps tweak [ci skip] --- site/download.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site/download.md b/site/download.md index 15347e429..dd3831c63 100644 --- a/site/download.md +++ b/site/download.md @@ -92,13 +92,13 @@ And here's the more responsible way: #### Link errors ? If you see link errors (like "/bin/ld.gold: error: cannot find -ltinfo"), -you might need to install some extra system packages, such as the below, and try again -(please send any updates for this list): +you might need to install some extra system packages, such as the below, and try again. +Please do a web search for the error and send corrections for this list: | |-----------------|------------------------------------------------------- | Centos: | **`sudo yum install -y libstdc++-devel ncurses-devel zlib-devel`** *# [?](https://github.com/simonmichael/hledger/issues/715)* - | Debian, Ubuntu: | **`sudo apt install -y libncurses5`** *# ?* + | Debian, Ubuntu: | **`sudo apt install -y libtinfo-dev`** *# ?* | Fedora, RHEL: | **`sudo dnf install -y ncurses-devel`** *# ?* #### Set up $PATH