Server: Ubuntu 14.02
CCNx 1.0 ?
- Download CCNx Sources from website
untar:
$tar -zxvf distillery-ccnx-absinthe-source-current.tgz
Enter the ccnx directory
$cd distillery-cnnx
Create two directory for ccnx as follow:
/usr/local/ccnx/
/usr/local/parc/
- Install dependency:
$ sudo apt-get update
$sudo apt-get install build-essential libssl-dev openssl libevent-dev autoconf automake libtool python
$sudo apt-get install uncrustify doxygen
6. $make
There should be no error
References:
CCNx Downloads