Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison lang/pypy3/README @ 121:dbb5f3839210
Merge with the moved old lang/pypy3 repo
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 12 Jan 2024 09:25:28 +0100 |
| parents | 3b09db02a788 |
| children | 8b567a874360 |
comparison
equal
deleted
inserted
replaced
| 66:389616b12223 | 121:dbb5f3839210 |
|---|---|
| 1 | |
| 2 Notes on how to build | |
| 3 ===================== | |
| 4 | |
| 5 Dependencies | |
| 6 ------------ | |
| 7 | |
| 8 Erst einmal PyPy(2) samt Installation | |
| 9 | |
| 10 | |
| 11 PyPy3 | |
| 12 ----- | |
| 13 | |
| 14 Konfiguration: das bereits installierte PyPy(2) nehmen zum schnelleren | |
| 15 Übersetzen: | |
| 16 | |
| 17 make config | |
| 18 make build | |
| 19 make package | |
| 20 | |
| 21 Installieren | |
| 22 | |
| 23 Import prüfen wie bei PyPy(2) und zusätzlich: | |
| 24 | |
| 25 import lzma | |
| 26 | |
| 27 | |
| 28 pypy3-sqlite3 | |
| 29 ~~~~~~~~~~~~~ | |
| 30 | |
| 31 Mit "FLAVOR=pypy3" bauen |
