mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Few more dependencies
Yeah: `--help` doesn't output anything if `nroff` isn't on the system.
This commit is contained in:
parent
5dd959070c
commit
c99386a375
1 changed files with 2 additions and 0 deletions
|
@ -64,6 +64,8 @@ fish requires a number of utilities to operate, which should be present on any U
|
|||
|
||||
Translation support requires the gettext program.
|
||||
|
||||
Usage output for out builtins is generated on-demand from our installed manpages using `nroff` and `ul`.
|
||||
|
||||
Some optional features of fish, such as the manual page completion parser and the web configuration tool, require Python.
|
||||
|
||||
In order to generate completions from man pages compressed with either lzma or xz, you may need to install an extra Python package. Python versions prior to 2.6 are not supported. For Python versions 2.6 to 3.2 you need to install the module `backports.lzma`. How to install it depends on your system and how you installed Python. Most Linux distributions should include it as a package named `backports-lzma` (or similar). From version 3.3 onwards, Python already includes the required module.
|
||||
|
|
Loading…
Reference in a new issue