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 108d8b2 commit 3e8fcecCopy full SHA for 3e8fcec
README.md
@@ -18,7 +18,7 @@ By virtue of being written in C++, this client works in several different platfo
18
### With CMake
19
1. Install boost, see [Boost setup](#boost_setup) section.
20
2. Use `git clone --recurse-submodules https://github.com/socketio/socket.io-client-cpp.git` to clone your local repo.
21
-3. Run `cmake -DBOOST_PATH:STRING=<your boost install folder> ./
+3. Run `cmake -DBOOST_PATH:STRING=<your boost install folder> ./`
22
4. Run `make`(if makefile generated) or open generated project (if project file generated) to build.
23
5. Include `sio_client.h` in your client code where you want to use it.
24
0 commit comments