mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Always point to latest Pyston release on Compiling for Linux/*BSD (#5867)
This commit is contained in:
committed by
Hugo Locurcio
parent
d32ab7e340
commit
353278531c
@@ -246,7 +246,7 @@ only compatible with Linux. Pyston can speed up incremental builds significantly
|
||||
often by a factor between 1.5× and 2×. Pyston can be combined with Clang and LLD
|
||||
to get even faster builds.
|
||||
|
||||
- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/tag/pyston_2.3.2>`__.
|
||||
- Download the `latest portable Pyston release <https://github.com/pyston/pyston/releases/latest>`__.
|
||||
- Extract the portable ``.tar.gz`` to a set location, such as ``$HOME/.local/opt/pyston/`` (create folders as needed).
|
||||
- Use ``cd`` to reach the extracted Pyston folder from a terminal,
|
||||
then run ``./pyston -m pip install scons`` to install SCons within Pyston.
|
||||
|
||||
Reference in New Issue
Block a user