Difference between revisions of "HICN/MacOS"
From fd.io
< HICN
(→Build Libparc) |
(→Build hICN) |
||
Line 14: | Line 14: | ||
===Build hICN=== | ===Build hICN=== | ||
<pre> | <pre> | ||
− | $ git clone https:// | + | $ git clone https://github.com/FDio/hicn.git |
$ cd hicn | $ cd hicn | ||
$ mkdir build; cd build | $ mkdir build; cd build |
Revision as of 15:11, 26 September 2019
Build
Build Libparc
$ git clone -b cframework/master https://github.com/FDio/cicn.git cframework $ cd cframework/libparc $ mkdir build $ cd build $ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ $ make $ make install
Build hICN
$ git clone https://github.com/FDio/hicn.git $ cd hicn $ mkdir build; cd build $ cmake -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl\@1.1 -DBUILD_APPS=ON .. $ make
HomeBrew Tap for macOS 10.14
$ brew tap icn-team/hicn-tap $ brew install hicn