From f009d4c8a82295eb3b8441584c14193fb291eb1f Mon Sep 17 00:00:00 2001 From: CreeLoPer27 Date: Sat, 11 Feb 2023 22:25:27 +0100 Subject: [PATCH] Update README.rst change "scons" build commands to "meson" build commands --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2c0dd054..e1cf77be 100644 --- a/README.rst +++ b/README.rst @@ -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.