Difference between revisions of "HICN/Windows"
From fd.io
< HICN
(→Build hICN stack) |
|||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==Build== | ==Build== | ||
===Install dependency=== | ===Install dependency=== | ||
− | # | + | #Download the file [https://raw.githubusercontent.com/icn-team/windows-sdk/master/scripts/init.bat init.bat] |
− | + | #Execute the script init.bat | |
− | + | ||
− | # | + | |
===Install Microsoft vcpkg=== | ===Install Microsoft vcpkg=== | ||
<pre> | <pre> | ||
− | $ | + | $ make vcpkg |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
</pre> | </pre> | ||
− | ===Build | + | ===Build hICN stack=== |
<pre> | <pre> | ||
− | + | $ git clone https://github.com/icn-team/windows-sdk.git | |
− | + | $ cd windows-sdk | |
− | + | $ make all | |
− | + | ||
− | $ git clone | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | - | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $ cd | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | $ | + | |
</pre> | </pre> |
Latest revision as of 11:34, 15 July 2020
Build
Install dependency
- Download the file init.bat
- 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