# HG changeset patch # User Franz Glasner # Date 1664436200 -7200 # Node ID d7ad9e22fccc5912c446f50a54c6d747712dd089 # Parent f7806d3585397dba7d367c036fa0c6eeee4e2620 Add a README on how to build PyPy3 diff -r f7806d358539 -r d7ad9e22fccc README --- /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