Mercurial > hgrepos > FreeBSD > ports > PyPy
view README @ 74:633b1598dd30
Ignore flavored WRKDIRs also
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 01 Oct 2022 14:12:48 +0200 |
| parents | 5c077437ed98 |
| children | 82ca701f5432 |
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-gdbm und pypy3-sqlite3 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Jeweils mit "FLAVOR=pypy3" bauen
