Partition dependency list
This commit is contained in:
parent
1fe81872c6
commit
98bcbf8150
@ -12,6 +12,8 @@ the following dependencies are installed first.
|
|||||||
Dependencies
|
Dependencies
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
Run-time dependencies:
|
||||||
|
|
||||||
* python >= 3.5
|
* python >= 3.5
|
||||||
* harfbuzz >= 1.5.0
|
* harfbuzz >= 1.5.0
|
||||||
* zlib
|
* zlib
|
||||||
@ -20,8 +22,11 @@ Dependencies
|
|||||||
* fontconfig (not needed on macOS)
|
* fontconfig (not needed on macOS)
|
||||||
* ImageMagick (optional, needed to use the ``kitty icat`` tool to display images in the terminal)
|
* ImageMagick (optional, needed to use the ``kitty icat`` tool to display images in the terminal)
|
||||||
* pygments (optional, need for syntax highlighting in ``kitty +kitten diff``)
|
* pygments (optional, need for syntax highlighting in ``kitty +kitten diff``)
|
||||||
* gcc or clang (required only for building)
|
|
||||||
* pkg-config (required only for building)
|
Build-time dependencies:
|
||||||
|
|
||||||
|
* gcc or clang
|
||||||
|
* pkg-config
|
||||||
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for ``xcursor``, ``xrandr``, ``libxi``, ``xinerama``, ``libgl1-mesa`` and ``xkbcommon-x11``, if they are not already installed by your distro.
|
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for ``xcursor``, ``xrandr``, ``libxi``, ``xinerama``, ``libgl1-mesa`` and ``xkbcommon-x11``, if they are not already installed by your distro.
|
||||||
|
|
||||||
Install and run from source
|
Install and run from source
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user