How to configure, make, and install libnetconf and netopeer on Ubuntu Distributor ID: Ubuntu Description: Ubuntu 14.04 LTS Release: 14.04 Codename: trusty GGH 30May2014 1. Using Synaptic Install the following packages: Pkg Name Pkg Size libxml2 1843KB libxslt 2450KB libssh2-1-dev 610KB libdbus-1-dev 899KB doxygen 10.2MB libevent-dev 1421KB libreadline-dev 21.5KB libncurses 1056KB libxml++2.6-dev 614KB 2. Pull, configure, make, and install libnetconf git clone https://code.google.com/p/libnetconf/ cd libnetconf ./configure --with-nacm-recovery-uid=1000 make sudo make install 3. Pull netopeer and configure, make, and install multi-level server git clone https://code.google.com/p/netopeer/ cd netopeer/server ./configure make sudo make install 6. Configure, make and install single-level server cd ../server-sl ./configure make sudo make install 9. Configure, make, and install cli cd ../cli ./configure make sudo make install