File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -2325,7 +2325,34 @@ <h3 id="method-1-cargo-install">Method 1: Cargo Install<a class="headerlink" hre
23252325< hr />
23262326< h3 id ="method-2-pre-built-binary "> Method 2: Pre-built Binary< a class ="headerlink " href ="#method-2-pre-built-binary " title ="Permanent link "> ¶</ a > </ h3 >
23272327< p > < strong > Fastest way to get started without Rust installed.</ strong > </ p >
2328- < p > Download from the < a href ="https://github.com/eclipse-zenoh/zenoh/releases "> Zenoh Releases page</ a > for your platform, then:</ p >
2328+ < p > Download the archive for your platform from the < a href ="https://github.com/eclipse-zenoh/zenoh/releases "> Zenoh Releases page</ a > :</ p >
2329+ < table >
2330+ < thead >
2331+ < tr >
2332+ < th > Platform</ th >
2333+ < th > File</ th >
2334+ </ tr >
2335+ </ thead >
2336+ < tbody >
2337+ < tr >
2338+ < td > Linux x86_64</ td >
2339+ < td > < code > zenoh-*-x86_64-unknown-linux-gnu-standalone.zip</ code > </ td >
2340+ </ tr >
2341+ < tr >
2342+ < td > macOS Apple Silicon</ td >
2343+ < td > < code > zenoh-*-aarch64-apple-darwin-standalone.zip</ code > </ td >
2344+ </ tr >
2345+ < tr >
2346+ < td > macOS Intel</ td >
2347+ < td > < code > zenoh-*-x86_64-apple-darwin-standalone.zip</ code > </ td >
2348+ </ tr >
2349+ < tr >
2350+ < td > Windows</ td >
2351+ < td > < code > zenoh-*-x86_64-pc-windows-msvc-standalone.zip</ code > </ td >
2352+ </ tr >
2353+ </ tbody >
2354+ </ table >
2355+ < p > Then extract and run:</ p >
23292356< div class ="language-bash highlight "> < pre > < span > </ span > < code > < span id ="__span-3-1 "> < a id ="__codelineno-3-1 " name ="__codelineno-3-1 " href ="#__codelineno-3-1 "> </ a > < span class ="c1 "> # Linux/macOS</ span >
23302357</ span > < span id ="__span-3-2 "> < a id ="__codelineno-3-2 " name ="__codelineno-3-2 " href ="#__codelineno-3-2 "> </ a > unzip< span class ="w "> </ span > zenoh-*.zip< span class ="w "> </ span > < span class ="o "> &&</ span > < span class ="w "> </ span > chmod< span class ="w "> </ span > +x< span class ="w "> </ span > zenohd< span class ="w "> </ span > < span class ="o "> &&</ span > < span class ="w "> </ span > ./zenohd
23312358</ span > < span id ="__span-3-3 "> < a id ="__codelineno-3-3 " name ="__codelineno-3-3 " href ="#__codelineno-3-3 "> </ a >
You can’t perform that action at this time.
0 commit comments