aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/huin/goupnp/README.md
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2015-02-17 20:10:11 +0800
committerFelix Lange <fjl@twurst.com>2015-02-17 20:10:11 +0800
commitf965f41b6e8d177f4f06a8421ee071350813a1ac (patch)
tree1ca45238447aecf08ae50f322a42526a1302e759 /Godeps/_workspace/src/github.com/huin/goupnp/README.md
parent119bea22aaf061d5b3e6a9abee9b1b95655b9fbe (diff)
downloadgo-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.gz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.bz2
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.lz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.xz
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.tar.zst
go-tangerine-f965f41b6e8d177f4f06a8421ee071350813a1ac.zip
p2p/nat: switch to github.com/huin/goupnp
My temporary fix was merged upstream.
Diffstat (limited to 'Godeps/_workspace/src/github.com/huin/goupnp/README.md')
-rw-r--r--Godeps/_workspace/src/github.com/huin/goupnp/README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/github.com/huin/goupnp/README.md b/Godeps/_workspace/src/github.com/huin/goupnp/README.md
new file mode 100644
index 000000000..ea2c155a1
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/huin/goupnp/README.md
@@ -0,0 +1,14 @@
+goupnp is a UPnP client library for Go
+
+Installation
+------------
+
+Run `go get -u github.com/huin/goupnp`.
+
+Regenerating dcps generated source code:
+----------------------------------------
+
+1. Install gotasks: `go get -u github.com/jingweno/gotask`
+2. Change to the gotasks directory: `cd gotasks`
+3. Download UPnP specification data (if not done already): `wget http://upnp.org/resources/upnpresources.zip`
+4. Regenerate source code: `gotask specgen -s upnpresources.zip -o ../dcps`