diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-09 01:08:03 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-09 01:08:03 +0400 |
| commit | 8394bcb3d8f3176021803d0e6bd0d4fda6ce0473 (patch) | |
| tree | f149dfd00a2a1a76e9011ceabc85f9d40b226dbc | |
| parent | dd508c3f74e76c0f680e372644337e8cc930a461 (diff) | |
docs(README.md): note if gui disabled build dependencies are not needed
| -rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,6 +26,8 @@ useradd -m -s /bin/zsh <user> 4. Log out, log back in, and run `startx` on the TTY. # Dependencies +If GUI is in the install file then build dependencies are not needed. + ## Build time dependencies - curl - fontconfig (fc-cache command) @@ -36,7 +38,7 @@ useradd -m -s /bin/zsh <user> - pkg-config - tar -## Build time libraries (not needed if GUI is disabled) +## Build time libraries - libx11 - libxft - libxinerama |
