diff README @ 4:1d6a50b2c6ee

Add a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPyAdd a first minimal README on how to build PyPy
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 29 Sep 2022 00:49:43 +0200
parents
children 12bd027f1969
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README	Thu Sep 29 00:49:43 2022 +0200
@@ -0,0 +1,38 @@
+
+Notes on how to build
+=====================
+
+Dependencies
+------------
+
+Build py27-pycparser (Origin: devel/py-pycparser):
+
+    pkg install py27-setuptools44
+
+    pkg set -n py27-setuptools44:py27-setuptools
+
+    cd devel/py-pycparser
+    make FLAVOR=py27 package
+
+    pkg set -n py27-setuptools:py27-setuptools44
+
+Install this package: pkg install py27-pycparser
+
+Install -A gmake, binutils, expat, libunwind
+
+Auch sicherstellen, daß libffi und libz installiert sind
+
+
+PyPy
+----
+
+Origin: lang/pypy
+
+Build:
+
+   pkg set -n py27-setuptools44:py27-setuptools
+   make package
+
+
+PyPy3
+-----