Skip to content

Commit e7ee69b

Browse files
saiteja13427Marge Bot
authored and
Marge Bot
committedJul 27, 2024
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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30294>
1 parent 324de97 commit e7ee69b

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎README.rst

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ Meson (`docs/meson.rst <https://docs.mesa3d.org/meson.html>`_):
1818

1919
.. code-block:: sh
2020
21-
$ mkdir build
22-
$ cd build
23-
$ meson ..
24-
$ sudo ninja install
25-
21+
$ meson setup build
22+
$ ninja -C build/
23+
$ sudo ninja -C build/ install
2624
2725
Support
2826
-------

0 commit comments

Comments
 (0)
Please sign in to comment.