diff options
author | Dylan Baker <[email protected]> | 2019-10-17 10:07:44 -0700 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-10-18 13:02:58 -0700 |
commit | 41b3eb08d9feac97ac1be1802093ad4cc4c6ecaf (patch) | |
tree | 90a950addcc1f616f0d62a06cdba47808aa8dc68 /docs/install.html | |
parent | 821cf6942a390f5f64d8a2cff9933b24c84f7dc1 (diff) |
docs: update meson docs for windows
Reviewed-by: Adam Jackson <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 12 |
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> |