diff options
author | Elie Tournier <[email protected]> | 2019-11-15 13:29:58 +0000 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-11-21 16:51:18 +0000 |
commit | 64d7bd96b83d0838a77b5457a7bf6a044a82e59f (patch) | |
tree | 43e4e12a03e9bbc2064fb1ebc13a4f62a4bea1fe /docs/install.html | |
parent | dd76a6f1984f4f2e68759e64369b2d6bf21d7950 (diff) |
Docs: remove duplicate meson docs for windows
This block is duplicated, we already have the windows instruction above.
Signed-off-by: Elie Tournier <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Dylan Baker <[email protected]>
Diffstat (limited to 'docs/install.html')
-rw-r--r-- | docs/install.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/install.html b/docs/install.html index ec186fb84af..83c5ebfb115 100644 --- a/docs/install.html +++ b/docs/install.html @@ -133,18 +133,6 @@ 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> |