st

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

commit b42b7a8a0970b0e4aec13699d005d7ca06791df0
parent b843ef5522bf85c6573e2cbedad236a20dcefcc7
Author: siduck <siduck@tutanota.com>
Date:   Sun,  3 Sep 2023 12:52:32 +0530

Merge pull request #59 from p3nguin-kun/patch-1

openSUSE support
Diffstat:
MREADME.md | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -22,6 +22,10 @@ pacman -S gd # Fedora (or Red-Hat based) dnf install gd-devel libXft-devel +# SUSE (or openSUSE) +zypper in -t pattern devel_basis +zypper in gd-devel libXft-devel harfbuzz-devel + # Install font-symbola and libXft-bgra ``` @@ -36,6 +40,7 @@ To do so, simply run (requires [Nix](https://nixos.org/download.html)) ``` git clone https://github.com/siduck/st.git cd st +(openSUSE only: sed -i 's/^#\ CC\ =\ c99/CC=gcc/' config.mk) sudo make install xrdb merge pathToXresourcesFile ```