Mercurial > hgrepos > FreeBSD > ports > PyPy
view README @ 113:edb35c768cff
Apply byte-compilation for all optimization levels (0, 1, 2) after installing (i.e. staging).
This is currently Python3 only.
BUGS: Not tested for Python 3.7 and Python 3.8.
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Wed, 10 Jan 2024 14:45:45 +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
