Mention that GNU make is required (#139)

The current makefile is not compatible with bmake,
which is the default make on FreeBSD.
This commit is contained in:
Mateusz Piotrowski
2019-12-14 11:50:17 +01:00
committed by cylgom
parent e4afa78d14
commit 216c6fb63b

View File

@@ -7,7 +7,7 @@ Ly is a lightweight TUI (ncurses-like) display manager for Linux and BSD.
## Dependencies ## Dependencies
- a C99 compiler (tested with tcc and gcc) - a C99 compiler (tested with tcc and gcc)
- a C standard library - a C standard library
- make - GNU make
- pam - pam
- xcb - xcb
- xorg - xorg