From 4d0549d53a52068f02c2b987f9e8658bb736f3a2 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski Date: Sat, 14 Dec 2019 11:50:17 +0100 Subject: [PATCH] Mention that GNU make is required (#139) The current makefile is not compatible with bmake, which is the default make on FreeBSD. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 91eeb72..7af7d09 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD. ## Dependencies - a C99 compiler (tested with tcc and gcc) - a C standard library - - make + - GNU make - pam - xcb - xorg