Difference between revisions of "HICN/Windows"

From fd.io
Jump to: navigation, search
(Install dependency)
(Build hICN stack)
 
Line 10: Line 10:
 
===Build hICN stack===
 
===Build hICN stack===
 
<pre>
 
<pre>
 +
$ git clone https://github.com/icn-team/windows-sdk.git
 +
$ cd windows-sdk
 
$ make all
 
$ make all
 
</pre>
 
</pre>

Latest revision as of 11:34, 15 July 2020

Build

Install dependency

  1. Download the file init.bat
  2. Execute the script init.bat

Install Microsoft vcpkg

$ make vcpkg

Build hICN stack

$ git clone https://github.com/icn-team/windows-sdk.git
$ cd windows-sdk 
$ make all