Skip to content

build system for building a portable python interpreter

Notifications You must be signed in to change notification settings

alaspada/relocatable-python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

665 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project builds a portable Python interpreter, along with all the shared libraries it depends on. The build system itself is written in Python, based on zc.buildout and some recipes.

The sources are downloaded from the Internet, stored locally and then built.

It works on Linux, OSX and Windows for now.

In order to build python, execute:

python bootstrap.py
./bin/buildout
./bin/build

** For Python 3.x, see relocatable-python3 **

Build environment

For building on Mac OS X, you'll need to install first:

  • Xcode command line tools
  • Homebrew
  • autoconf, automake, libtool, pkgconfig

For ubuntu, you'll need to install:

  • build-essential

For windows, you'll need to install:

  • Microsot Visual Studio 2008 (No SP)
  • Perl
  • Python

About

build system for building a portable python interpreter

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%