A project to build a spdy client library for the iPhone.
License
sorced-jim/SPDY-for-iPhone
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
SPDY-for-iPhone is a project to create an easy to use library for SPDY. A pre-built binary is available in install/lib/libSPDY.a. To use libSPDY.a: 1) Copy both install/lib/libSPDY.a and install/include/SPDY/SPDY.h into your project. 2) Add the CFNetwork and SystemConfiguration frameworks to your list of libraries to link against. 3) Follow the API in SPDY.h. ========================================================================== Building libSPDY.a ========================================================================== libSPDY.a has a few external dependencies. These are included as git submodules and built using the venerable make. The external libraries are: - spdylay - openssl (Included until Apple releases iOS with an NPN enabled OpenSSL) - zlib The external libraries require the following programs to build: - pkgconfig - automake - autoconf - libtool I typically install these programs through MacPorts (http://www.macports.org/). Fink or homebrew should also have these packages. To build build the external libraries and libSPDY.a run the following commands: $ git submodule init $ git submodule update $ make ========================================================================== Build errors ========================================================================== - Syntax error in configure - Problem: ./configure: line 15731: syntax error near unexpected token `0.20' ./configure: line 15731: `PKG_PROG_PKG_CONFIG(0.20)' - Solution: Go back and install pkgconfig and delete spdylay/configure. - Test button doesn't work in xcode 4.3.1 - Problem: Lexical or Preprocessor issue NS_AVAILABLE' macro redefined - Solution: Run the tests with make check from the command line.
About
A project to build a spdy client library for the iPhone.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published