summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2018-07-13 22:36:09 +0200
committerToni Uhlig <matzeton@googlemail.com>2018-07-13 22:36:09 +0200
commite5f962952b6bb9fa06403f99e6846acde7ee5509 (patch)
treecc7df1d75e488bfcd51f21e1628f556f1d469655
parent386fdbeed971b154792e85aadd7f8febb3738242 (diff)
parent37399df551e9f24bf75ef6bace5e0e82acbfec0b (diff)
Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng
-rw-r--r--README6
-rw-r--r--README.md6
2 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
index 196b896..97cd0d0 100644
--- a/README
+++ b/README
@@ -24,6 +24,12 @@ The official ptunnel website is located here:
<http://www.cs.uit.no/~daniels/PingTunnel/>
+Dependencies
+------------
+Required: pthread
+Optional: pcap, selinux
+
+
Compiling
---------
Either run "./autogen.sh" for a fully automatic build or run it manually with:
diff --git a/README.md b/README.md
index 55be224..34c00c1 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,12 @@ The official ptunnel website is located here:
<http://www.cs.uit.no/~daniels/PingTunnel/>
```
+## Dependencies
+```
+Required: pthread
+Optional: pcap, selinux
+```
+
## Compiling
```
Either run "./autogen.sh" for a fully automatic build or run it manually with: