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
Optionally You can merge all output .lib files into a fat one, in output folder, run:
242
+
Optionally You can merge all output .lib files into a fat one,especially if you're not using cmake.
243
+
244
+
In output folder, run:
235
245
236
246
```bash
237
247
lib.exe /OUT:boost.lib *
238
248
```
239
249
240
-
#### iOS and OSX
250
+
#### iOS
241
251
Use this [shell](https://github.com/socketio/socket.io-client-cpp/blob/master/examples/iOS/SioChatDemo/boost/boost.sh) to download and build boost completely automattically.
242
252
243
-
#### Add boost source folder to your `header search path`, and add static libs to link option.
0 commit comments