added cc and make as dependencies in the README

This commit is contained in:
David Glanzman 2018-02-01 16:57:26 -05:00
parent af9302255e
commit 81cec3b514
No known key found for this signature in database
GPG Key ID: 903EB51E7B951C8E
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ Ly tries not to reinvent the wheel and uses linux-utils and xorg-xinit
instead of providing heavy, incomplete and outdated implementations. instead of providing heavy, incomplete and outdated implementations.
Make sure all the following tools and libraries are available on your Make sure all the following tools and libraries are available on your
distribution before going further: distribution before going further:
- make
- a c99 compiler
- systemd - systemd
- linux-pam - linux-pam
- ncurses - ncurses