Mercurial > hgrepos > FreeBSD > ports > PyPy
diff README @ 70:d7ad9e22fccc
Add a README on how to build PyPy3
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Thu, 29 Sep 2022 09:23:20 +0200 |
| parents | |
| children | ba0765fdaf03 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README Thu Sep 29 09:23:20 2022 +0200 @@ -0,0 +1,19 @@ + +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
