diff lang/pypy2/README @ 207:fccf5077df78

Enhance both README files for pypy2 and pypy3
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 15 Mar 2025 10:29:45 +0100
parents 8b567a874360
children
line wrap: on
line diff
--- a/lang/pypy2/README	Fri Mar 14 01:16:50 2025 +0100
+++ b/lang/pypy2/README	Sat Mar 15 10:29:45 2025 +0100
@@ -176,21 +176,24 @@
 
   Dessen Voraussetzung ist py27-setuptools.
 
-    Entweder:
+  Deswegen: pkg install py27-setuptools44
 
-      pkg install py27-setuptools44
+    Einstellungen dann:
 
-      pkg set -n py27-setuptools44:py27-setuptools
+      Entweder:
 
-    Oder:
+        pkg set -n py27-setuptools44:py27-setuptools
 
-      Für dem Bau von py-pycparser  Mk/Uses/distutils  patchen, so daß als
-      dessen Dependency py27-setuptools44 statt py27-setuptools benutzt wird.
+      Oder:
 
-    Dann:
+        Für dem Bau von py-pycparser  Mk/Uses/python  patchen, so daß als
+        dessen Dependency py27-setuptools44 statt py27-setuptools benutzt wird
+	(build und run).
 
-      cd devel/py-pycparser
-      make FLAVOR=py27 package
+  Dann:
+
+    cd devel/py-pycparser
+    make FLAVOR=py27 package
 
 Install this package: pkg install py27-pycparser