From OpenHome

(Difference between revisions)
Jump to: navigation, search
 
(8 intermediate revisions not shown)
Line 1: Line 1:
{{nav_openhome_ohnet|ohNet - How do I get it?}}
{{nav_openhome_ohnet|ohNet - How do I get it?}}
 +
ohNet is available as source code from https://github.com/openhome/ohNet.
-
<br/>
+
Setup a (free) github account then
-
<br/>
+
  git clone git@github.com:openhome/ohNet.git ohnet
-
<br/>
+
build using
-
<br/>
+
  cd ohnet
-
<br/>
+
  make
-
<br/>
+
 
-
<br/>
+
There are also binaries available for certain popular platforms/architectures.  See http://www.openhome.org/releases/artifacts/ohNet.
-
<br/>
+
-
<br/>
+
-
<br/>
+

Latest revision as of 09:18, 29 November 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

There are also binaries available for certain popular platforms/architectures. See http://www.openhome.org/releases/artifacts/ohNet.