~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to docs/faq.rst

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
After determining the correct values for the install location, configure
192
192
Mesa with
193
193
``meson configure --prefix=/usr --libdir=xxx -D dri-drivers-path=xxx``
194
 
and then install with ``sudo ninja install``.
 
194
and then install with ``sudo meson install``.
195
195
 
196
196
3. Runtime / Rendering Problems
197
197
-------------------------------