From 92204d628e6f4515d1d4b8fb184ef87d7442224c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5vard=20Fossli?= Date: Tue, 21 Jul 2015 10:16:43 +0200 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 768937f..9fc2e83 100755 --- a/README.md +++ b/README.md @@ -321,10 +321,23 @@ In output folder, run: lib.exe /OUT:boost.lib * ``` -#### iOS -Use this [shell](https://gist.github.com/melode11/a90114a2abf009ca22ea) to download and build boost completely automattically. +### iOS -It installs boost to `/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 `/prefix`. + +See the [iOS example project](examples/iOS) for how to integrate the rest. ##License MIT