diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2018-07-13 22:36:09 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2018-07-13 22:36:09 +0200 |
commit | e5f962952b6bb9fa06403f99e6846acde7ee5509 (patch) | |
tree | cc7df1d75e488bfcd51f21e1628f556f1d469655 | |
parent | 386fdbeed971b154792e85aadd7f8febb3738242 (diff) | |
parent | 37399df551e9f24bf75ef6bace5e0e82acbfec0b (diff) |
Merge branch 'master' of ssh://github.com/lnslbrty/ptunnel-ng
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | README.md | 6 |
2 files changed, 12 insertions, 0 deletions
@@ -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: @@ -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: |