Difference between revisions of "HICN/MacOS"
From fd.io
< HICN
(Created page with "==Build== ===Install dependency=== <pre> [https://github.com/FDio/cicn/blob/cframework/master/libparc/README.md Libparc] </pre>") |
(→Build) |
||
Line 1: | Line 1: | ||
==Build== | ==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 |
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