diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 18:35:17 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 18:35:17 +0300 |
| commit | 62c50033e44f41e840dd2a6c92b92093018273d3 (patch) | |
| tree | ddd1f31249028761bbf815f09886b1c5b888b328 /README.md | |
| parent | f9a4fc2f9696bee4b005cfe2aa36c9536b1aae6d (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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
