You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4. Run `make install`(if makefile generated) or open generated project (if project file generated) to build.
24
-
5.Find headers and lib under `./build`, link with the static lib and include `sio_client.h` in your client code where you want to use it.
24
+
5.Outputs is under `./build`, link with the all static libs under `./build/lib` and include headers under `./build/include` in your client code where you want to use it.
25
25
26
26
*If you're using boost without install,you can specify `boost include dir` and `boost lib dir` separately by:*
Copy file name to clipboardExpand all lines: examples/QT/README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-

1
+

2
2
3
3
In this tutorial we’ll learn how to create a QT chat application that communicates with a [Socket.IO Node.JS chat server](https://github.com/Automattic/socket.io/tree/master/examples/chat).
If you want to learn more, I recommanded you to look into the [Demo project](https://github.com/socketio/socket.io-client-cpp/tree/master/examples/QT/SioChatDemo) for other features.
305
+
You can run [Demo project](https://github.com/socketio/socket.io-client-cpp/tree/master/examples/QT/SioChatDemo) to have a closer look.
306
+
Before running, please follow the [instructions](../../README.md#with_cmake) to make the sioclient library.
0 commit comments