Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Runtime dependencies:
[official version](https://invisible-island.net/ncurses/) by Thomas E.
Dickey. Most Linux distributions provide this by default.
- `groff`
- `cunit`: used for unit testing

Build dependencies:
- `gcc` or `clang`
Expand All @@ -43,7 +44,6 @@ Optional dependencies:
- `zlib`: support for manual pages compressed with `gzip`
- `bzip2`: support for manual pages compressed with `bzip2`
- `liblzma`: support for manual pages compressed with `xz`
- `cunit`: used for unit testing

## Building and installing

Expand Down