Difference between revisions of "HICN/MacOS"
From fd.io
< HICN
(→Build Libparc) |
(→Build Libparc) |
||
Line 10: | Line 10: | ||
$ make | $ make | ||
$ make install | $ make install | ||
− | <pre> | + | </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