summaryrefslogtreecommitdiffstats
path: root/docs/install.html
diff options
context:
space:
mode:
authorDylan Baker <[email protected]>2019-10-17 10:07:44 -0700
committerDylan Baker <[email protected]>2019-10-18 13:02:58 -0700
commit41b3eb08d9feac97ac1be1802093ad4cc4c6ecaf (patch)
tree90a950addcc1f616f0d62a06cdba47808aa8dc68 /docs/install.html
parent821cf6942a390f5f64d8a2cff9933b24c84f7dc1 (diff)
docs: update meson docs for windows
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r--docs/install.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/install.html b/docs/install.html
index 83c5ebfb115..ec186fb84af 100644
--- a/docs/install.html
+++ b/docs/install.html
@@ -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>