# HG changeset patch # User Franz Glasner # Date 1664405383 -7200 # Node ID 1d6a50b2c6ee103ff6c8ecc2384827465a57a105 # Parent 0821ef77e993f55c46a687d4dc9c7dc4c279023f 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 diff -r 0821ef77e993 -r 1d6a50b2c6ee README --- /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 +-----