HICN/MacOS

From fd.io
< HICN
Revision as of 08:35, 26 September 2019 by Manang (Talk | contribs)

Jump to: navigation, search

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