Mention that GNU make is required

The current makefile is not compatible with bmake,
which is the default make on FreeBSD.
This commit is contained in:
Mateusz Piotrowski 2019-11-03 12:01:44 +01:00 committed by GitHub
parent cba0333fc5
commit e7f211f0d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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