Mercurial > hgrepos > FreeBSD > ports > PyPy
view README @ 111:cf8f8a3eea6b
Allow to build PyPy3 v7.3.14 on FreeBSD 13.2.
BUGS: Only Python 7.3.9 is currently implemented fully. Python 7.3.10 is only
begun partly.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 08 Jan 2024 09:37:21 +0100 |
| 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
