Skip to content
This repository has been archived by the owner on Aug 15, 2017. It is now read-only.

Latest commit

 

History

History
40 lines (25 loc) · 1.11 KB

README.rst

File metadata and controls

40 lines (25 loc) · 1.11 KB

WARNING: This project is DEPRECATED

It has been replaced by the multi-platform Python-Apple-support package

Python OS/X Support

This is a meta-package for building a version of Python that can be embedded into an OS/X app.

It works by downloading, patching, and building OpenSSL and Python.

This repository branch builds a packaged version of Python 3.4.2. Other Python versions are available by cloning other branches of the main repository.

Quickstart

Pre-built versions of the frameworks can be downloaded, and added to your OS/X project.

Alternatively, to build the frameworks on your own, download/clone this repository, and then in the root directory, and run:

$ make

This should:

  1. Download the original source packages
  2. Patch them as required for OS/X compatibility
  3. Build the packages.

The build products will be in the build directory.