docs: update meson docs for windows

Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
Dylan Baker
2019-10-17 10:07:44 -07:00
parent 821cf6942a
commit 41b3eb08d9
2 changed files with 97 additions and 0 deletions
+12
View File
@@ -133,6 +133,18 @@ Please read the <a href="meson.html">detailed meson instructions</a>
for more information
</p>
<p>On windows you can also use the visual studio backend</p>
<pre>
meson builddir --backend=vs
cd builddir
msbuild mesa.sln /m
</pre>
<p>
Please read the <a href="meson.html">detailed meson instructions</a>
for more information
</p>
<h2 id="scons">3. Building with SCons (Windows/Linux)</h2>