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
Copy file name to clipboardExpand all lines: INSTALL.md
+11
Original file line number
Diff line number
Diff line change
@@ -26,3 +26,14 @@ vcpkg install socket-io-client
26
26
```
27
27
28
28
The Socket.IO client port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
29
+
30
+
### With Conan
31
+
32
+
You can install pre-built binaries for Socket.IO C++ client or build it from source using [Conan](https://conan.io/). Use the following command:
The Socket.IO client Conan recipe is kept up to date by Conan maintainers and community contributors.
39
+
If the version is out of date, please [create an issue or pull request](https://github.com/conan-io/conan-center-index) on the ConanCenterIndex repository.
0 commit comments