From 3b43c7aefe3fa01ec7aefc15c0d94745c751d8cb Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Wed, 27 Mar 2019 13:52:49 +0100 Subject: Added uthash as a git submodule --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index d2cf716..9f564e8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This bastion project does work properly with non interactive sessions, which all - [Monitoring](#monitoring) - [Backup](#backup) - [Scaling](#scaling) +- [Special thanks](#special-thanks) ## Dependencies @@ -34,6 +35,7 @@ The following are optional dependencies : This project is built using cmake : ``` +git submodule update --init mkdir build cd build cmake .. @@ -79,3 +81,12 @@ session_recording: ## Backup ## Scaling + +## Special thanks + +I would like to thank the developers of the following projects, I am merely standing on the shoulders of giants : + +- libconfig from http://www.hyperrealm.com/libconfig/libconfig.html +- libssh from https://www.libssh.org/ +- libtty from https://github.com/kilobyte/termrec +- uthash from http://troydhanson.github.io/uthash/ -- cgit v1.2.3