Author: Anton Gulenko <[email protected]> Branch: Changeset: r1071:2a99a4827c84 Date: 2014-11-13 16:02 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/2a99a4827c84/
Log: Trying to fixed README lists. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -7,19 +7,23 @@ ---- ### Required Projects + You need three repositories: - * [This one](https://bitbucket.org/pypy/lang-smalltalk) - * [pypy/pypy](https://bitbucket.org/pypy/pypy) - * [pypy/rsdl](https://bitbucket.org/pypy/rsdl) + +* [This one](https://bitbucket.org/pypy/lang-smalltalk) +* [pypy/pypy](https://bitbucket.org/pypy/pypy) +* [pypy/rsdl](https://bitbucket.org/pypy/rsdl) * Alternatively download RSDL package from [PYPI](https://pypi.python.org/pypi/rsdl) * Then unpack and install it using ```python setup.py install``` or ```pypy setup.py install``` ### Required packages + You need the following packages on your OS. Install with your favorite package manager: - * pypy + +* pypy * For faster translation of the RSqueak VM. Alternatively use default Python. - * libsdl-dev - * libffi-dev +* libsdl-dev +* libffi-dev ### Adjusting the PYTHONPATH In order to allow the RPython toolchain to find the rsdl and pypy packages you have to add the two folders to the PYTHONPATH. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
