Skip to content

Working build scripts for Xcode 5.0 build of OpenSSL 1.0.1e and SASL 2.1.25 for i386, armv7, and armv7s fat static library

Notifications You must be signed in to change notification settings

chris-gc/OpenSSL-SASL-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

OpenSSL and Cyrus-SASL for Latest iOS.

Usage

  1. do "sh build-libraries.sh"

  2. libraries are created at "lib".

  3. Copy libs and headers to your project.

  4. Import "libssl.a", "libcrypto.a", "libsasl2.a".

  5. Reference Headers, "Headers/openssl", "Headers/sasl".

  6. Specifying the flag "-lz" in "Other Linker Flags" (OTHER_LDFLAGS) setting in the "Linking" section in the Build settings of the target.

  7. If use cURL, see below,

    #include <sasl/sasl.h> 
    
    - (void)foo {    
        ...  
    }
    

About

Working build scripts for Xcode 5.0 build of OpenSSL 1.0.1e and SASL 2.1.25 for i386, armv7, and armv7s fat static library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published