This commit is contained in:
Kovid Goyal
2026-07-03 12:17:17 +05:30
parent 77d3bab632
commit a0034e362d

View File

@@ -89,7 +89,7 @@ Run-time dependencies:
* ``liblcms2`` * ``liblcms2``
* ``libxxhash`` * ``libxxhash``
* ``openssl`` * ``openssl``
* ``shader-slang`` (for the slangc compiler) * ``shader-slang`` (needed only if you use custom shaders)
* ``pixman`` (not needed on macOS) * ``pixman`` (not needed on macOS)
* ``cairo`` (not needed on macOS) * ``cairo`` (not needed on macOS)
* ``freetype`` (not needed on macOS) * ``freetype`` (not needed on macOS)
@@ -103,6 +103,7 @@ Build-time dependencies:
* ``gcc`` or ``clang`` * ``gcc`` or ``clang``
* ``simde`` * ``simde``
* ``shader-slang``
* ``go`` >= _build_go_version (see :file:`go.mod` for go packages used during building) * ``go`` >= _build_go_version (see :file:`go.mod` for go packages used during building)
* ``pkg-config`` * ``pkg-config``
* Symbols NERD Font Mono either installed system-wide or placed in :file:`fonts/SymbolsNerdFontMono-Regular.ttf` * Symbols NERD Font Mono either installed system-wide or placed in :file:`fonts/SymbolsNerdFontMono-Regular.ttf`