diff options
author | dev0 <matzeton@googlemail.com> | 2018-07-13 22:16:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-13 22:16:12 +0200 |
commit | 37399df551e9f24bf75ef6bace5e0e82acbfec0b (patch) | |
tree | 4b707ff06e6ed2c3032abdf6dc77a5b164055531 /README.md | |
parent | c5efc1669458808f73fe3d7b3b65055451e44a2d (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |