sxalert

Simple notification system for X
Log | Files | Refs | README | LICENSE

commit dcd9e4fc371297a385a55eb37db08b75359b36f9
parent f3e23cf29c99d9463180a7bf01befbd38870d647
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sat, 18 Nov 2023 20:36:26 +0000

Updated readmes

Diffstat:
MREADME.md | 2+-
MREADME.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -11,7 +11,7 @@ Simple notification system for X that works without a daemon. This is mainly for + Dynamic screen positioning & sizing ## Dependencies -To build sxalert, you'll need `Xlib` and `Xft`. +To build sxalert, you'll need a c99 compiler, `make`, `Xlib` and `Xft`. ## Build & install In order to build, execute the following commands: diff --git a/README.txt b/README.txt @@ -40,7 +40,7 @@ Features Dependencies ============ -To build sxalert, you'll need Xlib and Xft. +To build sxalert, you'll need a c99 compiler, make, Xlib and Xft. Build & install ===============