Difference between revisions of "HICN/Linux"
From fd.io
< HICN
(→Build hICN) |
(→Build Dependencies (Libmemif)) |
||
Line 15: | Line 15: | ||
<pre> | <pre> | ||
− | $ git clone https:// | + | $ git clone https://github.com/FDio/vpp.git |
$ cd vpp/ | $ cd vpp/ | ||
$ git checkout v19.08 | $ git checkout v19.08 |
Revision as of 15:10, 26 September 2019
Contents
Build
Build Libparc
$ git clone -b cframework/master https://github.com/FDio/cicn.git cframework $ cd cframework/libparc $ mkdir build $ cd build $ cmake .. $ make $ make install
Build Dependencies (Libmemif)
$ git clone https://github.com/FDio/vpp.git $ cd vpp/ $ git checkout v19.08 $ cd build-root/ $ mkdir build_libmemif; cd build_libmemif $ cmake ../../extras/libmemif/ -DCMAKE_INSTALL_PREFIX=/usr/${CMAKE_INSTALL_LIBDIR} $ make && sudo make install
Build hICN
$ git clone https://github.com/FDio/hicn.git $ cd hicn $ mkdir build; cd build $ cmake -DBUILD_HICNPLUGIN=ON -DBUILD_APPS=ON .. $ make
Repository for Ubuntu (16.04/18.04)
$ curl -s https://packagecloud.io/install/repositories/fdio/release/script.deb.sh | sudo bash $ sudo apt-get update $ sudo apt-get install hicn-light hicn-utils hicn-apps hicn-plugin