LIBWEBSOCKETS
sudo apt-get install cmake
sudo apt-get install zlib1g-dev
sudo apt-get install libssl-dev
sudo apt-get install rpm
sudo apt-get install g++
git clone git://git.libwebsockets.org/libwebsockets
mkdir build
cd build
cmake ..
make
git clone https://github.com/canopy-project/canopy-embedded.git
cd canopy-embedded
make
sudo make install
cano test
You should see output along the lines of:
cano PASSED. 2 substests.
All tests passed.
Follow the Canopy Embedded Tutorial.