Skip to content

libspatialite compiled for iOS

Notifications You must be signed in to change notification settings

iulian0512/libspatialite-ios

 
 

Repository files navigation

libspatialite-ios

A Makefile for automatically downloading and compiling libspatialite (including its dependencies SQLite, GEOS and PROJ.4) statically for iOS.

The resulting library is a "fat" library suitable for multiple architectures. This includes:

  • armv7 (iOS)
  • armv7s (iOS)
  • arm64 (iOS)
  • i386 (iOS Simulator)
  • x86_64 (iOS Simulator)

Requirements

Xcode 6 with Command Line Tools installed.

Installation

Simply run

make

About

libspatialite compiled for iOS

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 71.5%
  • Shell 28.5%