Difference between revisions of "HICN/MacOS"

From fd.io
Jump to: navigation, search
(Build)
(Build Libparc)
Line 2: Line 2:
  
 
===Build Libparc===
 
===Build Libparc===
 +
<pre>
 
$ git clone -b cframework/master https://gerrit.fd.io/r/cicn cframework
 
$ git clone -b cframework/master https://gerrit.fd.io/r/cicn cframework
 
$ cd cframework/libparc
 
$ cd cframework/libparc
Line 9: Line 10:
 
$ make
 
$ make
 
$ make install
 
$ make install
 +
<pre>

Revision as of 08:35, 26 September 2019

Build

Build Libparc

$ git clone -b cframework/master https://gerrit.fd.io/r/cicn cframework
$ cd cframework/libparc
$ mkdir build
$ cd build
$ cmake .. -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/
$ make
$ make install
<pre>