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>
This commit is contained in:

committed by
Marge Bot

parent
324de97f48
commit
e7ee69b24d
@@ -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
|
||||
-------
|
||||
|
Reference in New Issue
Block a user