From OpenHome

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
   git clone git@github.com:openhome/ohNet.git ohnet
   git clone git@github.com:openhome/ohNet.git ohnet
build using
build using
-
   cd ohnet/Upnp
+
   cd ohnet
   make
   make

Revision as of 09:51, 5 October 2011

How do I get it?

ohNet is available as source code from https://github.com/openhome/ohNet.

Setup a (free) github account then

 git clone git@github.com:openhome/ohNet.git ohnet

build using

 cd ohnet
 make