Mercurial > hgrepos > FreeBSD > ports > PyPy
view lang/pypy3/README @ 192:412473bb4bea
FIX: COMMENT length
| author | Franz Glasner <f.glasner@feldmann-mg.com> |
|---|---|
| date | Tue, 16 Jan 2024 13:01:07 +0100 |
| parents | 3b09db02a788 |
| children | 8b567a874360 |
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
