Difference between revisions of "HICN/Windows"

From fd.io
Jump to: navigation, search
(Build)
(Build hICN stack)
Line 9: Line 9:
 
</pre>
 
</pre>
 
===Build hICN stack===
 
===Build hICN stack===
make all
+
<pre>
 
+
$ make all
 
</pre>
 
</pre>

Revision as of 09:27, 30 March 2020

Build

Install dependency

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

Install Microsoft vcpkg

$ make vcpkg

Build hICN stack

$ make all