LinuxDrone Project Instruction to compile libwebsockets

botao

Member
I have verified in the past weekend that libwebsockets works well on BBB. In case anyone else needs the info, here is the modifications to make in install.sh to get the library compiled:

1. use 4.8-2013.10 compiler instead of 4.7-2013.04 compiler
2. specify libz.so libssl.so libcrypto.so in cmake command line explicitly
 



Top