We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a3e792 commit ef25794Copy full SHA for ef25794
README.md
@@ -16,7 +16,7 @@ By virtue of being written in C++, this client works in several different platfo
16
- Similar API to the Socket.IO JS client
17
18
## How to use
19
-<a name="with_cmake"></a>### With CMake
+###<a name="with_cmake"></a> With CMake
20
1. Install boost, see [Boost setup](#boost_setup) section.
21
2. Use `git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git` to clone your local repo.
22
3. Run `cmake -DBOOST_PATH:STRING=<your boost install folder> -DBOOST_VER:STRING=<your boost version> ./`
0 commit comments