diff options
| author | Sai Teja Pottumuttu <saiteja13427@gmail.com> | 2024-07-22 16:12:17 +0530 |
|---|---|---|
| committer | Marge Bot <emma+marge@anholt.net> | 2024-07-27 11:53:53 +0000 |
| commit | e7ee69b24dd8f668fec5520ab046dac27d2b1d6e (patch) | |
| tree | ec18be1fb8bd1a9a0a7e4e8dd7bdf939cf04cc65 /README.rst | |
| parent | 324de97f480eba70c0bdeee434e2ee845e24c44f (diff) | |
docs: Match README installation guide with meson.rst
Sync the build and install instructions in README.rst from
meson.rst
Signed-off-by: Sai Teja Pottumuttu <saiteja13427@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30294>
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/README.rst b/README.rst index 3ff6e39c8dc..d9f2f06e9b0 100644 --- a/README.rst +++ b/README.rst @@ -18,11 +18,9 @@ Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_): .. code-block:: sh - $ mkdir build - $ cd build - $ meson .. - $ sudo ninja install - + $ meson setup build + $ ninja -C build/ + $ sudo ninja -C build/ install Support ------- |