docs: update meson docs for windows
[mesa.git] / docs / install.html
index 83c5ebfb115d217c67974070c5a6427a8d6a0ddf..ec186fb84af2ecc993bd48ded39596307d829ab2 100644 (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>