From 32ec239e0f097da9740813c2820b6d337b55c322 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Sat, 8 Nov 2025 23:26:25 +0400 Subject: docs(README.md): dependency list updated --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 736e512..e6f5827 100644 --- a/README.md +++ b/README.md @@ -29,17 +29,21 @@ useradd -m -s /bin/zsh ## Build time dependencies - curl - fontconfig (fc-cache command) -- gcc +- gcc (or most other c compilers) - ld - make - ncurses (tic command) - pkg-config - tar -## Build time libraries -- libx11 -- libxft -- libxinerama +## Build time libraries (not needed if GUI is disabled) +- libx11 +- libxft +- libxinerama +- libxext +- libxrandr +- libxcrypt +- imlib2 note: Some distros require installing `-devel` or `-dev` variants (e.g. libX11-devel, libx11-dev) for headers and build files. -- cgit v1.2.3