Install CCNx on Ubuntu 14.02

Server: Ubuntu 14.02
CCNx 1.0 ?

  1. Download CCNx Sources from website
  2. untar:
    $tar -zxvf distillery-ccnx-absinthe-source-current.tgz

  3. Enter the ccnx directory
    $cd distillery-cnnx

  4. Create two directory for ccnx as follow:
    /usr/local/ccnx/
    /usr/local/parc/

  5. 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