mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
site: download: C deps tweak
[ci skip]
This commit is contained in:
parent
79d3da0b2d
commit
5af502b2bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user