Cleanup up some doc formatting
This commit is contained in:
parent
103744e2ca
commit
94f8fb4a4b
@ -25,24 +25,27 @@ Dependencies
|
|||||||
|
|
||||||
Run-time dependencies:
|
Run-time dependencies:
|
||||||
|
|
||||||
* python >= 3.6
|
* ``python`` >= 3.6
|
||||||
* harfbuzz >= 2.2.0
|
* ``harfbuzz`` >= 2.2.0
|
||||||
* zlib
|
* ``zlib``
|
||||||
* libpng
|
* ``libpng``
|
||||||
* liblcms2
|
* ``liblcms2``
|
||||||
* freetype (not needed on macOS)
|
* ``freetype`` (not needed on macOS)
|
||||||
* fontconfig (not needed on macOS)
|
* ``fontconfig`` (not needed on macOS)
|
||||||
* libcanberra (not needed on macOS)
|
* ``libcanberra`` (not needed on macOS)
|
||||||
* ImageMagick (optional, needed to use the ``kitty +kitten icat`` tool to display images in the terminal)
|
* ``ImageMagick`` (optional, needed to use the ``kitty +kitten icat`` tool to display images in the terminal)
|
||||||
* pygments (optional, need for syntax highlighting in ``kitty +kitten diff``)
|
* ``pygments`` (optional, needed for syntax highlighting in ``kitty +kitten diff``)
|
||||||
|
|
||||||
|
|
||||||
Build-time dependencies:
|
Build-time dependencies:
|
||||||
|
|
||||||
* gcc or clang
|
* ``gcc`` or ``clang``
|
||||||
* pkg-config
|
* ``pkg-config``
|
||||||
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for:
|
* For building on Linux in addition to the above dependencies you might also need to install the ``-dev`` packages for:
|
||||||
``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``, ``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev``, ``libx11-xcb-dev``, ``liblcms2-dev``, and ``libpython3-dev``,
|
``libdbus-1-dev``, ``libxcursor-dev``, ``libxrandr-dev``, ``libxi-dev``, ``libxinerama-dev``,
|
||||||
if they are not already installed by your distro.
|
``libgl1-mesa-dev``, ``libxkbcommon-x11-dev``, ``libfontconfig-dev``, ``libx11-xcb-dev``,
|
||||||
|
``liblcms2-dev``, and ``libpython3-dev``, 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