From a30c60e51ecae887fd89654bdedddcf0decb766c Mon Sep 17 00:00:00 2001 From: Tushar Pankaj Date: Mon, 12 Nov 2018 18:26:57 -0600 Subject: Add WireGuard embeddable library Signed-off-by: Tushar Pankaj --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 0a4f3da..e42b809 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # Wireguard Dynamic IP Configuration Tool This is a work-in-progress (i.e. nonexistent) configuration tool for dynamic IPs in Wireguard. There will eventually be stuff here. + +## Dependencies +* Wireguard +* [libcapnp_c](https://github.com/opensourcerouting/c-capnproto) + +## Building +1. git submodule update --init --recursive +2. `make` -- cgit v1.2.3-59-g8ed1b