st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c57912559b5e96d1aaaa8c96873a2b457d4a8ea5
parent de2fdafeb995f561a859c680ca1bb3e49b70f93f
Author: siduck76 <siduckk76@protonmail.com>
Date:   Sun,  2 May 2021 09:35:52 +0530

add deps for debian
Diffstat:
MREADME.md | 10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -42,7 +42,15 @@ command : use Xresourcesfile && load ## Dependencies : <br> -`libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel ( on void linux , these are probably already installed on your system if you use arch based or debian I think)` + +` +# void (most of these are already installed on arch distros) +xbps-install libXft-devel libX11-devel harfbuzz-devel libXext-devel libXrender-devel libXinerama-devel + + +# Debian (and ubuntu probably) +apt install build-essential libxft-dev libharfbuzz-dev +` ## Install <br>