Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.rst to be able to understand how to try the godot4-meson version #385

Open
wants to merge 1 commit into
base: godot4-meson
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,19 +221,19 @@ For Linux:

.. code-block:: bash

godot-python(venv)$ scons platform=x11-64 release
godot-python(venv)$ mason build

For Windows:

.. code-block:: bash

godot-python(venv)$ scons platform=windows-64 release
godot-python(venv)$ mason build

For MacOS:

.. code-block:: bash

godot-python(venv)$ scons platform=osx-64 CC=clang release
godot-python(venv)$ mason build

Valid platforms are `x11-64`, `x11-32`, `windows-64`, `windows-32` and `osx-64`.
Check Travis or Appveyor links above to see the current status of your platform.
Expand Down