aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-12 18:26:57 -0600
committerTushar Pankaj <tushar.s.pankaj@gmail.com>2018-11-12 18:26:57 -0600
commita30c60e51ecae887fd89654bdedddcf0decb766c (patch)
treebaeb194080607a21ca63c6511cea1831844153cb /README.md
parentWorking client and server comms (diff)
downloadwg-dynamic-a30c60e51ecae887fd89654bdedddcf0decb766c.tar.xz
wg-dynamic-a30c60e51ecae887fd89654bdedddcf0decb766c.zip
Add WireGuard embeddable library
Signed-off-by: Tushar Pankaj <tushar.s.pankaj@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
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`