aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-03-21 22:34:19 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-03-21 22:34:19 +0000
commit3dc1f6c4aba4a382bc63342658910fbecb8e159d (patch)
tree7823894f2f02de5b84aa9446f596aef0d4dce330
parent9e7e9956fd1dc97bde56d312d2405678d52cff23 (diff)
downloadhktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.tar.gz
hktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.tar.xz
hktool-3dc1f6c4aba4a382bc63342658910fbecb8e159d.zip
README: expand dependencies to include POSIX.1-2001
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3bdcbcc..0dd8f9b 100644
--- a/README.md
+++ b/README.md
@@ -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
----------------------------