mirror of
https://github.com/socketio/socket.io-client-cpp.git
synced 2026-06-15 14:43:10 +00:00
Merge pull request #44 from hfossli/patch-2
Add more description about iOS
This commit is contained in:
commit
9d85d3e3b9
19
README.md
19
README.md
@ -321,10 +321,23 @@ In output folder, run:
|
|||||||
lib.exe /OUT:boost.lib *
|
lib.exe /OUT:boost.lib *
|
||||||
```
|
```
|
||||||
|
|
||||||
#### iOS
|
### iOS
|
||||||
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically.
|
|
||||||
|
|
||||||
It installs boost to `<shell folder>/prefix`.
|
##### Option 1: Cocoapods
|
||||||
|
|
||||||
|
```
|
||||||
|
pod 'SocketIO-Client-CPP'
|
||||||
|
```
|
||||||
|
|
||||||
|
##### Option 2: Static library
|
||||||
|
|
||||||
|
Grab the latest library built for all architectures from https://github.com/hfossli/SocketIO-Client-CPP-iOS-Builds
|
||||||
|
|
||||||
|
##### Option 3: Manually
|
||||||
|
|
||||||
|
Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically. It installs boost to `<shell folder>/prefix`.
|
||||||
|
|
||||||
|
See the [iOS example project](examples/iOS) for how to integrate the rest.
|
||||||
|
|
||||||
##License
|
##License
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user