view README @ 102:a819cc03b04c

The need for patching sysconfig.py and package.py is gone. So all files that are created by the scripts in the CWD are automatically created in a writeable area.
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Oct 2022 19:12:42 +0200
parents 82ca701f5432
children
line wrap: on
line source


Notes on how to build
=====================

Dependencies
------------

Erst einmal PyPy(2) samt Installation


PyPy3
-----

Konfiguration: das bereits installierte PyPy(2) nehmen zum schnelleren
Übersetzen:

    make config
    make build
    make package

Installieren

Import prüfen wie bei PyPy(2) und zusätzlich:

    import lzma


pypy3-sqlite3
~~~~~~~~~~~~~

Mit "FLAVOR=pypy3" bauen