NANO requires following libraries, some of which may not already be installed on your machine. libpcap-dev libboost-thread-dev libssl-dev You can install these using apt-get on Ubuntu or similar systems with apt utilities. apt-get install libpcap-dev apt-get install libboost-thread-dev apt-get install libssl-dev In addition, NANO requires following libraries The script in this folder automatically downloads, compiles, and installs all of these libraries for you in an automated manner. To activate, simply execute the following on the command prompt. user$ sudo ./nano-agent-web-light.sh Once the entire installation is complete, then simply type user$ nano-agent-setup.sh This will walk you through a set of questions that will configure nano-agent for your computer and complete the installation. Good luck. NANO Development Team