adolby / libspatialite-ios

libspatialite compiled for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Makefile 100.0%