aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Using-with-Visual-Studio.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Using-with-Visual-Studio.md')
-rw-r--r--docs/markdown/Using-with-Visual-Studio.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Using-with-Visual-Studio.md b/docs/markdown/Using-with-Visual-Studio.md
index 3c97ee5..2680e8b 100644
--- a/docs/markdown/Using-with-Visual-Studio.md
+++ b/docs/markdown/Using-with-Visual-Studio.md
@@ -1,5 +1,5 @@
---
-short-description: How to use meson in Visual Studio
+short-description: How to use Meson in Visual Studio
...
# Using with Visual Studio
@@ -32,16 +32,16 @@ are available from a number of sources, including the llvm website. Then you
will need the [llvm toolset extension for visual
studio](https://marketplace.visualstudio.com/items?itemName=LLVMExtensions.llvm-toolchain).
You then need to either use a [native file](Native-environments.md#binaries)
-or `set CC=clang-cl`, and `set CXX=clang-cl` to use those compilers, meson
+or `set CC=clang-cl`, and `set CXX=clang-cl` to use those compilers, Meson
will do the rest.
This only works with visual studio 2017 and 2019.
-There is currently no support in meson for clang/c2.
+There is currently no support in Meson for clang/c2.
# Using Intel-CL (ICL) with Visual Studio
*(new in 0.52.0)*
To use ICL you need only have ICL installed and launch an ICL development
-shell like you would for the ninja backend and meson will take care of it.
+shell like you would for the ninja backend and Meson will take care of it.