diff lang/pypy3/README @ 120:3b09db02a788

Move the old lang/pypy3 repo into the lang/pypy3 folder
author Franz Glasner <fzglas.hg@dom66.de>
date Fri, 12 Jan 2024 09:23:35 +0100
parents README@82ca701f5432
children 8b567a874360
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/lang/pypy3/README	Fri Jan 12 09:23:35 2024 +0100
@@ -0,0 +1,31 @@
+
+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