summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2025-11-08 23:26:25 +0400
committerSuleyman Farajli <suleyman@farajli.net>2025-11-08 23:26:25 +0400
commit32ec239e0f097da9740813c2820b6d337b55c322 (patch)
tree781df6ecd7dadf40d8627446a0ffffd637976bdb
parentafa5e83e8fa4a5c1d2b9d9480363e6566b58375c (diff)
docs(README.md): dependency list updated
-rw-r--r--README.md14
1 files 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 <user>
## 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.