diff options
author | Maciej Fijalkowski <fijall@gmail.com> | 2013-04-20 18:34:46 +0200 |
---|---|---|
committer | Maciej Fijalkowski <fijall@gmail.com> | 2013-04-20 18:34:46 +0200 |
commit | 9b75135ffda8072b65021b5b82c48cea0796e84e (patch) | |
tree | 5d840bcfa7accbc451a8de9d591a9c3a43d1ce21 /README.rst | |
parent | merge heads (diff) | |
download | pypy-9b75135ffda8072b65021b5b82c48cea0796e84e.tar.gz pypy-9b75135ffda8072b65021b5b82c48cea0796e84e.tar.bz2 pypy-9b75135ffda8072b65021b5b82c48cea0796e84e.zip |
Clarify building (no make install so far)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.rst b/README.rst index abc63852d1..688d611683 100644 --- a/README.rst +++ b/README.rst @@ -22,3 +22,16 @@ from files in the pypy/doc directory within the source repositories. Enjoy and send us feedback! the pypy-dev team <pypy-dev@python.org> + +Building +======== + +build with:: + + rpython/bin/rpython -Ojit pypy/goal/targetpypystandalone.py + +This ends up with ``pypy-c`` binary in the main pypy directory. We suggest +to use virtualenv with the resulting pypy-c as the interpreter, you can +find more details about various installation schemes here: + +http://doc.pypy.org/en/latest/getting-started.html#installing-pypy |