Mercurial > hgrepos > FreeBSD > ports > PyPy
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 3:0821ef77e993 | 4:1d6a50b2c6ee |
|---|---|
| 1 | |
| 2 Notes on how to build | |
| 3 ===================== | |
| 4 | |
| 5 Dependencies | |
| 6 ------------ | |
| 7 | |
| 8 Build py27-pycparser (Origin: devel/py-pycparser): | |
| 9 | |
| 10 pkg install py27-setuptools44 | |
| 11 | |
| 12 pkg set -n py27-setuptools44:py27-setuptools | |
| 13 | |
| 14 cd devel/py-pycparser | |
| 15 make FLAVOR=py27 package | |
| 16 | |
| 17 pkg set -n py27-setuptools:py27-setuptools44 | |
| 18 | |
| 19 Install this package: pkg install py27-pycparser | |
| 20 | |
| 21 Install -A gmake, binutils, expat, libunwind | |
| 22 | |
| 23 Auch sicherstellen, daß libffi und libz installiert sind | |
| 24 | |
| 25 | |
| 26 PyPy | |
| 27 ---- | |
| 28 | |
| 29 Origin: lang/pypy | |
| 30 | |
| 31 Build: | |
| 32 | |
| 33 pkg set -n py27-setuptools44:py27-setuptools | |
| 34 make package | |
| 35 | |
| 36 | |
| 37 PyPy3 | |
| 38 ----- |
