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: README.md
+16-3
Original file line number
Diff line number
Diff line change
@@ -321,10 +321,23 @@ In output folder, run:
321
321
lib.exe /OUT:boost.lib *
322
322
```
323
323
324
-
#### iOS
325
-
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically.
324
+
### iOS
326
325
327
-
It installs boost to `<shell folder>/prefix`.
326
+
##### Option 1: Cocoapods
327
+
328
+
```
329
+
pod 'SocketIO-Client-CPP'
330
+
```
331
+
332
+
##### Option 2: Static library
333
+
334
+
Grab the latest library built for all architectures from https://github.com/hfossli/SocketIO-Client-CPP-iOS-Builds
335
+
336
+
##### Option 3: Manually
337
+
338
+
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically. It installs boost to `<shell folder>/prefix`.
339
+
340
+
See the [iOS example project](examples/iOS) for how to integrate the rest.
0 commit comments