summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 18:35:17 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2023-08-26 18:35:17 +0300
commit62c50033e44f41e840dd2a6c92b92093018273d3 (patch)
treeddd1f31249028761bbf815f09886b1c5b888b328 /README.md
parentf9a4fc2f9696bee4b005cfe2aa36c9536b1aae6d (diff)
Remove glog and gflags as dependency.
Use taywee/args for command line parsing. Use std::cout/cerr for logging.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 36143c7..55be6cd 100644
--- a/README.md
+++ b/README.md
@@ -24,3 +24,7 @@ cmake ..
make
```
now you can run `./sstv-encode`
+
+## Acknowledgements
+
+Taywee/args library by Taylor C. Richberger and Pavel Belikov, released under the MIT license.