matt-42 / silicon

A high performance, middleware oriented C++14 http web framework please use matt-42/lithium instead
http://siliconframework.org
MIT License
1.72k stars 138 forks source link

[Error] websocketpp/config/asio_no_tls.hpp: No such file or directory #52

Closed dshahrokhian closed 7 years ago

dshahrokhian commented 7 years ago

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?

dshahrokhian commented 7 years ago

Indeed, the problem is that websocketpp is missing in the specification. You need to install it as well.

matt-42 commented 7 years ago

I added a note about this in 2faac332cef41b3c659f9bc79311bd3152c3f0a7