diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-08 23:26:25 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-08 23:26:25 +0400 |
| commit | 32ec239e0f097da9740813c2820b6d337b55c322 (patch) | |
| tree | 781df6ecd7dadf40d8627446a0ffffd637976bdb /README.md | |
| parent | afa5e83e8fa4a5c1d2b9d9480363e6566b58375c (diff) | |
docs(README.md): dependency list updated
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 9 insertions, 5 deletions
@@ -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. |
