Skip to content

Commit fd56542

Browse files
committed
Updated README
1 parent 8811d22 commit fd56542

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,13 @@ What's not supported (but not really required from an embedded HTTP server):
3737
Requirements:
3838
* OS X 10.7 or later (x86_64)
3939
* iOS 8.0 or later (armv7, armv7s or arm64)
40-
* ARC memory management only (if you need MRC support use GCDWebServer 3.1 and earlier)
40+
* tvOS 9.0 or later (arm64)
41+
* ARC memory management only (if you need MRC support use GCDWebServer 3.1 or earlier)
4142

4243
Getting Started
4344
===============
4445

45-
Download or check out the [latest release](https://github.com/swisspol/GCDWebServer/releases) of GCDWebServer then add the entire "GCDWebServer" subfolder to your Xcode project. If you intend to use one of the extensions like GCDWebDAVServer or GCDWebUploader, add these subfolders as well.
46-
47-
If you add the files directly then (1) link to `libz` (via Target > Build Phases > Link Binary With Libraries) and (2) add `$(SDKROOT)/usr/include/libxml2` to your header search paths (via Target > Build Settings > HEADER_SEARCH_PATHS).
46+
Download or check out the [latest release](https://github.com/swisspol/GCDWebServer/releases) of GCDWebServer then add the entire "GCDWebServer" subfolder to your Xcode project. If you intend to use one of the extensions like GCDWebDAVServer or GCDWebUploader, add these subfolders as well. Finally link to `libz` (via Target > Build Phases > Link Binary With Libraries) and add `$(SDKROOT)/usr/include/libxml2` to your header search paths (via Target > Build Settings > HEADER_SEARCH_PATHS).
4847

4948
Alternatively, you can install GCDWebServer using [CocoaPods](http://cocoapods.org/) by simply adding this line to your Podfile:
5049
```

0 commit comments

Comments
 (0)