Skip to content

Commit 9d85d3e

Browse files
committed
Merge pull request #44 from hfossli/patch-2
Add more description about iOS
2 parents ced3602 + 92204d6 commit 9d85d3e

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

README.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -321,10 +321,23 @@ In output folder, run:
321321
lib.exe /OUT:boost.lib *
322322
```
323323

324-
#### iOS
325-
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically.
324+
### iOS
326325

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.
328341

329342
##License
330343
MIT

0 commit comments

Comments
 (0)