diff options
author | Tomasz Kramkowski <tk@the-tk.com> | 2017-03-21 22:34:19 +0000 |
---|---|---|
committer | Tomasz Kramkowski <tk@the-tk.com> | 2017-03-21 22:34:19 +0000 |
commit | 3dc1f6c4aba4a382bc63342658910fbecb8e159d (patch) | |
tree | 7823894f2f02de5b84aa9446f596aef0d4dce330 | |
parent | 9e7e9956fd1dc97bde56d312d2405678d52cff23 (diff) | |
download | hktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.tar.gz hktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.tar.xz hktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.zip |
README: expand dependencies to include POSIX.1-2001
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ Dependencies - (make) GNU Make (or compatible) - libusb 1.0 (or compatible) + - POSIX.1-2001 or later (getopt, nanosleep, glob) Compilation and Installation ---------------------------- |