diff options
-rw-r--r-- | DEPENDENCIES | 20 | ||||
-rw-r--r-- | src/scrotty.c | 2 |
2 files changed, 21 insertions, 1 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..0d0f9f0 --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,20 @@ +RUNTIME DEPENDENCIES: + + linux + libc + imagemagick + + +BUILD DEPENDENCIES: + + make + coreutils + libc + c99 + + +INSTALL DEPENDENCIES: + + make + coreutils + diff --git a/src/scrotty.c b/src/scrotty.c index 021372f..37e3c1b 100644 --- a/src/scrotty.c +++ b/src/scrotty.c @@ -297,7 +297,7 @@ int main(int argc, char* argv[]) execname = *argv; - /* The a screenshot of each framebuffer. */ + /* Take a screenshot of each framebuffer. */ for (fbno = 0;; fbno++) { r = save_fb(fbno); |