+ 1
Problem with Crow library installation.
I keep having errors while trying to run crow library on C++, I have the package and am using standalone Asio but it still doesn’t work, I have errors such as “Fatal error: #include <asio.hpp> not found” for context, I’m on a Mac laptop using CLion. Thanks.
2 Antworten
+ 1
asio is a dependency. I'm surprised it wasn't mentioned.
https://github.com/chriskohlhoff/asio/tree/master/asio
+ 1
Bob_Li bolI resolved it but thank you