1
0
Fork 0
mirror of https://github.com/otakuto/crazydiskinfo.git synced 2025-08-04 15:14:01 +00:00

Switch from libncursesw5-dev to libncurses-dev for Debian build dependency

libncursesw5-dev is from an obsolete version of ncurses.
This commit is contained in:
Paul Wise 2021-11-25 13:16:34 +08:00
parent d9480c0254
commit 44e6b0d56b
No known key found for this signature in database
GPG key ID: 3116BA5E9FFA69A3

View file

@ -14,7 +14,7 @@ CrazyDiskInfo is an interactive TUI S.M.A.R.T viewer for Unix systems.
#### Debian(or derivative) Systems #### Debian(or derivative) Systems
``` ```
# apt install libatasmart-dev libncursesw5-dev # apt install libatasmart-dev libncurses-dev
``` ```
## Build and Run ## Build and Run