zaphoyd / websocketpp

C++ websocket client/server library

Home Page:http://www.zaphoyd.com/websocketpp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to build?

nethomas1968 opened this issue · comments

Trying to build the echo_server example in the examples directory.
There are no instructions. I'm assuming that "cmake ." will do the trick.

But, there are errors:

No cmake_minimum_required command is present.
Unknown CMake command "init_target".
No project() command is present.

I can reproduce:

cd examples/echo_server && cmake .

produces the output cited above.

commented
cmake -S . -B build -DBUILD_EXAMPLES=ON
cmake --build build --parallel