/usr/local/include/silicon/backends/websocketpp.hh:7:46: fatal error: websocketpp/config/asio_no_tls.hpp: No such file or directory compilation terminated.
I cannot find such file anywhere in the repo. Am I supposed to install websocketpp separately or something? It doesn't appear in the installation page.
For instance, how should I compile the example ws_broadcast_server.cc?
During compilation, I get the following error:
/usr/local/include/silicon/backends/websocketpp.hh:7:46: fatal error: websocketpp/config/asio_no_tls.hpp: No such file or directory compilation terminated.
I cannot find such file anywhere in the repo. Am I supposed to install
websocketpp
separately or something? It doesn't appear in the installation page.For instance, how should I compile the example
ws_broadcast_server.cc
?